Some code cleanup
This commit is contained in:
17
Ryujinx.Graphics.GAL/Target.cs
Normal file
17
Ryujinx.Graphics.GAL/Target.cs
Normal file
@ -0,0 +1,17 @@
|
||||
namespace Ryujinx.Graphics.GAL
|
||||
{
|
||||
public enum Target
|
||||
{
|
||||
Texture1D,
|
||||
Texture2D,
|
||||
Texture3D,
|
||||
Texture1DArray,
|
||||
Texture2DArray,
|
||||
Texture2DMultisample,
|
||||
Texture2DMultisampleArray,
|
||||
Rectangle,
|
||||
Cubemap,
|
||||
CubemapArray,
|
||||
TextureBuffer
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user