mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-06 07:32:34 -07:00
Implement clear buffer (fast path) (#1902)
* Implement clear buffer (fast path) * Remove blank line
This commit is contained in:
16
Ryujinx.Graphics.Gpu/State/BufferSwizzleComponent.cs
Normal file
16
Ryujinx.Graphics.Gpu/State/BufferSwizzleComponent.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
/// <summary>
|
||||
/// Buffer swizzle component.
|
||||
/// </summary>
|
||||
enum BufferSwizzleComponent
|
||||
{
|
||||
SrcX,
|
||||
SrcY,
|
||||
SrcZ,
|
||||
SrcW,
|
||||
ConstA,
|
||||
ConstB,
|
||||
NoWrite
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user