1
0
Fork 0
forked from eden-emu/eden

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
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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,
};
/**