Merge pull request #1616 from FernandoS27/cube-array
Implement Cube Arrays
This commit is contained in:
@ -120,6 +120,7 @@ enum class SurfaceTarget {
|
||||
Texture1DArray,
|
||||
Texture2DArray,
|
||||
TextureCubemap,
|
||||
TextureCubeArray,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user