mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-22 09:53:35 +01:00
17 lines
No EOL
420 B
C#
17 lines
No EOL
420 B
C#
namespace Ryujinx.Graphics.Shader
|
|
{
|
|
public enum QueryInfoName
|
|
{
|
|
ComputeLocalSizeX,
|
|
ComputeLocalSizeY,
|
|
ComputeLocalSizeZ,
|
|
ComputeSharedMemorySize,
|
|
IsTextureBuffer,
|
|
IsTextureRectangle,
|
|
MaximumViewportDimensions,
|
|
PrimitiveTopology,
|
|
StorageBufferOffsetAlignment,
|
|
SupportsNonConstantTextureOffset,
|
|
ViewportTransformEnable
|
|
}
|
|
} |