13 lines
No EOL
225 B
C#
13 lines
No EOL
225 B
C#
namespace Ryujinx.Graphics.Gpu.Memory
|
|
{
|
|
/// <summary>
|
|
/// Name of a GPU resource.
|
|
/// </summary>
|
|
public enum ResourceName
|
|
{
|
|
Buffer,
|
|
Texture,
|
|
TexturePool,
|
|
SamplerPool
|
|
}
|
|
} |