gpu: add Sampler.BindingLayout

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-07-16 20:05:16 -07:00 committed by Stephen Gutekanst
parent b90658aba8
commit 5b4c30871e
2 changed files with 7 additions and 5 deletions

View file

@ -1,8 +1,3 @@
pub const SamplerBindingLayout = extern struct {
next_in_chain: *const ChainedStruct,
type: SamplerBindingType,
};
pub const WGPUSamplerDescriptor = extern struct {
next_in_chain: *const ChainedStruct,
label: ?[*:0]const u8 = null,