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

Enum ClusterRasterizationModes

BindlessDeferred/AppSettings.cs:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27enum ClusterRasterizationModes
28{
29 Normal,
30 MSAA4x,
31 MSAA8x,
32 Conservative
33}
34
35public class Settings
36{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected