MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / AntiAliasing

Class AntiAliasing

BindlessDeferred/AppSettings.cs:67–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 [ExpandGroup(true)]
68 public class AntiAliasing
69 {
70 [HelpText("MSAA mode to use for rendering")]
71 MSAAModes MSAAMode = MSAAModes.MSAANone;
72 }
73
74 [ExpandGroup(true)]
75 public class Scene

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected