03711dd7b5
* Implement SULD shader instruction * Some nits
17 lines
No EOL
407 B
C#
17 lines
No EOL
407 B
C#
namespace Ryujinx.Graphics.Shader
|
|
{
|
|
public enum QueryInfoName
|
|
{
|
|
ComputeLocalSizeX,
|
|
ComputeLocalSizeY,
|
|
ComputeLocalSizeZ,
|
|
ComputeLocalMemorySize,
|
|
ComputeSharedMemorySize,
|
|
IsTextureBuffer,
|
|
IsTextureRectangle,
|
|
PrimitiveTopology,
|
|
StorageBufferOffsetAlignment,
|
|
SupportsNonConstantTextureOffset,
|
|
TextureFormat
|
|
}
|
|
} |