Skip to content

Commit

Permalink
Add MTLTextureType::D2MultisampleArray
Browse files Browse the repository at this point in the history
  • Loading branch information
armansito authored and kvark committed Mar 3, 2023
1 parent 33c9619 commit 2ae19a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/texture.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ pub enum MTLTextureType {
Cube = 5,
CubeArray = 6,
D3 = 7,
D2MultisampleArray = 8,
}

/// See <https://developer.apple.com/documentation/metal/mtltexturecompressiontype>
Expand Down

0 comments on commit 2ae19a4

Please sign in to comment.