namespace Ryujinx.Graphics.Gpu.Engine { /// /// Conditional rendering enable. /// enum ConditionalRenderEnabled { False, True, Host } }