gpu: add ImageCopyBuffer
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
9b615f212d
commit
326d66127e
2 changed files with 7 additions and 6 deletions
|
|
@ -1,9 +1,3 @@
|
|||
pub const ImageCopyBuffer = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
layout: TextureDataLayout,
|
||||
buffer: Buffer
|
||||
};
|
||||
|
||||
pub const ImageCopyTexture = extern struct {
|
||||
next_in_chain: *const ChainedStruct,
|
||||
texture: Texture,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue