gpu: update SamplerBindingLayout defaults/optionality
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
534d9413fc
commit
638619b7ea
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ pub const SamplerBindingType = enum(u32) {
|
||||||
|
|
||||||
pub const SamplerBindingLayout = extern struct {
|
pub const SamplerBindingLayout = extern struct {
|
||||||
next_in_chain: *const ChainedStruct,
|
next_in_chain: *const ChainedStruct,
|
||||||
type: SamplerBindingType,
|
type: SamplerBindingType = .undef,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const SamplerDescriptor = extern struct {
|
pub const SamplerDescriptor = extern struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue