diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Image/TextureDescriptorType.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Image/TextureDescriptorType.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/Image/TextureDescriptorType.cs b/Ryujinx.Graphics.Gpu/Image/TextureDescriptorType.cs index 6f6048a6..8e7d40bb 100644 --- a/Ryujinx.Graphics.Gpu/Image/TextureDescriptorType.cs +++ b/Ryujinx.Graphics.Gpu/Image/TextureDescriptorType.cs @@ -1,5 +1,10 @@ namespace Ryujinx.Graphics.Gpu.Image { + /// <summary> + /// The texture descriptor type. + /// This specifies the texture memory layout. + /// The texture descriptor structure depends on the type. + /// </summary> enum TextureDescriptorType { Buffer, |
