Merge pull request #1616 from FernandoS27/cube-array

Implement Cube Arrays
This commit is contained in:
bunnei 2018-11-05 15:28:48 -05:00 committed by GitHub
commit cdb19e71fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 0 deletions

View file

@ -120,6 +120,7 @@ enum class SurfaceTarget {
Texture1DArray,
Texture2DArray,
TextureCubemap,
TextureCubeArray,
};
/**