mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-18 06:41:55 +00:00
Initial work
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Ryujinx.Graphics.GAL
|
||||
{
|
||||
public enum CounterType
|
||||
{
|
||||
SamplesPassed,
|
||||
PrimitivesGenerated,
|
||||
TransformFeedbackPrimitivesWritten
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user