MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NRI / CreateQueryPool

Function CreateQueryPool

Source/NONE/ImplNONE.cpp:340–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338}
339
340static Result NRI_CALL CreateQueryPool(Device&, const QueryPoolDesc&, QueryPool*& queryPool) {
341 queryPool = DummyObject<QueryPool>();
342
343 return Result::SUCCESS;
344}
345
346static Result NRI_CALL CreateSampler(Device&, const SamplerDesc&, Descriptor*& sampler) {
347 sampler = DummyObject<Descriptor>();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected