mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-16 20:48:05 -05:00
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