mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-02-11 09:59:33 -06:00
8 lines
118 B
C#
8 lines
118 B
C#
![]() |
namespace Ryujinx.Graphics.GAL.Texture
|
||
|
{
|
||
|
public enum DepthStencilMode
|
||
|
{
|
||
|
Depth,
|
||
|
Stencil
|
||
|
}
|
||
|
}
|