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

Method queryFormatSupport

src/validation/validation-device.cpp:2303–2306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2301 m_Device->runGarbageCollection();
2302 }
2303
2304 bool DeviceWrapper::queryFeatureSupport(Feature feature, void* pInfo, size_t infoSize)
2305 {
2306 return m_Device->queryFeatureSupport(feature, pInfo, infoSize);
2307 }
2308
2309 FormatSupport DeviceWrapper::queryFormatSupport(Format format)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected