Implement Cube Arrays
This commit is contained in:
parent
0b33d38e9b
commit
678c18aa5c
4 changed files with 20 additions and 0 deletions
|
@ -118,6 +118,7 @@ enum class SurfaceTarget {
|
|||
Texture1DArray,
|
||||
Texture2DArray,
|
||||
TextureCubemap,
|
||||
TextureCubeArray,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue