gpu: add ImageCopyBuffer

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 20:45:38 -07:00 committed by Stephen Gutekanst
parent 9b615f212d
commit 326d66127e
2 changed files with 7 additions and 6 deletions

View file

@ -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,