mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-09 10:19:57 +00:00
8 lines
118 B
C#
8 lines
118 B
C#
namespace Ryujinx.Graphics.GAL.Texture
|
|
{
|
|
public enum DepthStencilMode
|
|
{
|
|
Depth,
|
|
Stencil
|
|
}
|
|
} |