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

@ -1,7 +1,3 @@
typedef struct WGPUExternalTextureBindingLayout {
WGPUChainedStruct chain;
} WGPUExternalTextureBindingLayout;
typedef struct WGPUExternalTextureDescriptor {
next_in_chain: *const ChainedStruct,
label: ?[*:0]const u8 = null,