Merge pull request #1616 from FernandoS27/cube-array
Implement Cube Arrays
This commit is contained in:
commit
cdb19e71fe
4 changed files with 20 additions and 0 deletions
|
@ -120,6 +120,7 @@ enum class SurfaceTarget {
|
|||
Texture1DArray,
|
||||
Texture2DArray,
|
||||
TextureCubemap,
|
||||
TextureCubeArray,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue