mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 11:05:46 +00:00
Implement Cube Arrays
This commit is contained in:
parent
6c2d255b6c
commit
d125512225
4 changed files with 20 additions and 0 deletions
|
@ -118,6 +118,7 @@ enum class SurfaceTarget {
|
|||
Texture1DArray,
|
||||
Texture2DArray,
|
||||
TextureCubemap,
|
||||
TextureCubeArray,
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue