MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NVRHI / queryFeatureSupport

Method queryFeatureSupport

src/validation/validation-device.cpp:2298–2301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2296 }
2297
2298 bool DeviceWrapper::queryFeatureSupport(Feature feature, void* pInfo, size_t infoSize)
2299 {
2300 return m_Device->queryFeatureSupport(feature, pInfo, infoSize);
2301 }
2302
2303 FormatSupport DeviceWrapper::queryFormatSupport(Format format)
2304 {

Callers 7

createTextureMethod · 0.45
createBufferMethod · 0.45
validateRenderStateMethod · 0.45
createCommandListMethod · 0.45
getCoopVecMatrixSizeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected