Initial work
This commit is contained in:
10
Ryujinx.Graphics.Shader/Decoders/TextureDimensions.cs
Normal file
10
Ryujinx.Graphics.Shader/Decoders/TextureDimensions.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
enum TextureDimensions
|
||||
{
|
||||
Texture1D = 0,
|
||||
Texture2D = 1,
|
||||
Texture3D = 2,
|
||||
TextureCube = 3
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user