gpu: add ExternalTexture.BindingEntry

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-15 23:56:49 -07:00 committed by Stephen Gutekanst
parent 99cffbf321
commit 2fbd4b06d9
3 changed files with 7 additions and 8 deletions

View file

@ -1,8 +1,3 @@
typedef struct WGPUExternalTextureBindingEntry {
WGPUChainedStruct chain;
WGPUExternalTexture externalTexture;
} WGPUExternalTextureBindingEntry;
typedef struct WGPUExternalTextureBindingLayout {
WGPUChainedStruct chain;
} WGPUExternalTextureBindingLayout;