MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / NumMSAASamples

Function NumMSAASamples

BakingLab/AppSettings.h:537–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535 }
536
537 inline uint32 NumMSAASamples(MSAAModes mode)
538 {
539 static const uint32 NumSamples[uint32(MSAAModes::NumValues)] = { 1, 2, 4, 8 };
540 return NumSamples[uint32(mode)];
541 }
542
543 inline uint32 NumMSAASamples()
544 {

Callers 2

InitializeMethod · 0.85
CreateRenderTargetsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected