gpu: move Texture.ViewDimension -> TextureView.Dimension
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
1c0f5c0b03
commit
bbd058f23e
7 changed files with 24 additions and 19 deletions
|
|
@ -41,7 +41,7 @@ pub const PrimitiveState = struct {
|
|||
pub const StorageTextureBindingLayout = struct {
|
||||
access: StorageTextureAccess,
|
||||
format: Texture.Format,
|
||||
view_dimension: Texture.ViewDimension,
|
||||
view_dimension: TextureView.Dimension,
|
||||
};
|
||||
|
||||
pub const DepthStencilState = struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue