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

Method isFeatureSupported

Source/Falcor/Core/API/Device.cpp:950–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

948}
949
950bool Device::isFeatureSupported(SupportedFeatures flags) const
951{
952 return is_set(mSupportedFeatures, flags);
953}
954
955bool Device::isShaderModelSupported(ShaderModel shaderModel) const
956{

Callers 9

SceneDebuggerMethod · 0.80
PathTracerMethod · 0.80
VBufferRTMethod · 0.80
VBufferRasterMethod · 0.80
GBufferRTMethod · 0.80
GBufferRasterMethod · 0.80
buildBlasMethod · 0.80
initIntegratorMethod · 0.80
onLoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected