gpu: add ExternalTexture.BindingLayout

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-15 23:57:38 -07:00 committed by Stephen Gutekanst
parent 2fbd4b06d9
commit 4dc69a9de6
2 changed files with 4 additions and 4 deletions

View file

@ -10,4 +10,8 @@ pub const ExternalTexture = enum(usize) {
chain: ChainedStruct,
external_texture: ExternalTexture,
};
pub const BindingLayout = extern struct {
chain: ChainedStruct,
};
};