Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
730
inline constexpr uint32_t getMaxViewportCount()
731
{
732
return 8;
733
}
734
735
FALCOR_ENUM_CLASS_OPERATORS(Device::SupportedFeatures);
736
Callers
2
Device.cpp
File · 0.85
GraphicsState
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected