RenderContextFlags
Namespace: Murder.Core.Graphics
Assembly: Murder.dll
public sealed enum RenderContextFlags : Enum, IComparable, ISpanFormattable, IFormattable, IConvertible
These are the flags consumed by RenderContext.
Implements: Enum, IComparable, ISpanFormattable, IFormattable, IConvertible
⭐ Properties
CustomShaders
public static const RenderContextFlags CustomShaders;
Whether it should apply custom shaders as part of the processing.
Returns
RenderContextFlags
Debug
public static const RenderContextFlags Debug;
Whether it should set the debug batches.
Returns
RenderContextFlags
None
public static const RenderContextFlags None;
Returns
RenderContextFlags
⚡