MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / getMaxViewportCount

Function getMaxViewportCount

Source/Falcor/Core/API/Device.h:730–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

728};
729
730inline constexpr uint32_t getMaxViewportCount()
731{
732 return 8;
733}
734
735FALCOR_ENUM_CLASS_OPERATORS(Device::SupportedFeatures);
736

Callers 2

Device.cppFile · 0.85
GraphicsStateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected