gpu: update StorageTextureBindingLayout defaults/optionality
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
5d6c0f9930
commit
230a27b3ba
1 changed files with 3 additions and 3 deletions
|
|
@ -523,9 +523,9 @@ pub const StencilFaceState = extern struct {
|
||||||
|
|
||||||
pub const StorageTextureBindingLayout = extern struct {
|
pub const StorageTextureBindingLayout = extern struct {
|
||||||
next_in_chain: *const ChainedStruct,
|
next_in_chain: *const ChainedStruct,
|
||||||
access: StorageTextureAccess,
|
access: StorageTextureAccess = .undef,
|
||||||
format: TextureFormat,
|
format: TextureFormat = .undef,
|
||||||
view_dimension: TextureViewDimension,
|
view_dimension: TextureViewDimension = .dimension_undef,
|
||||||
};
|
};
|
||||||
|
|
||||||
pub const VertexAttribute = extern struct {
|
pub const VertexAttribute = extern struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue