gpu: add Origin3D
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
edf66b6b8d
commit
9b08741970
3 changed files with 8 additions and 6 deletions
|
|
@ -49,3 +49,9 @@ pub const Extent3D = extern struct {
|
|||
height: u32,
|
||||
depth_or_array_layers: u32,
|
||||
};
|
||||
|
||||
pub const Origin3D = extern struct {
|
||||
x: u32,
|
||||
y: u32,
|
||||
z: u32,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue