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

Function CreateQueryPool

Source/Validation/ImplVal.cpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150static Result NRI_CALL CreateQueryPool(Device& device, const QueryPoolDesc& queryPoolDesc, QueryPool*& queryPool) {
151 return ((DeviceVal&)device).CreateQueryPool(queryPoolDesc, queryPool);
152}
153
154static Result NRI_CALL CreateSampler(Device& device, const SamplerDesc& samplerDesc, Descriptor*& sampler) {
155 return ((DeviceVal&)device).CreateDescriptor(samplerDesc, sampler);

Callers

nothing calls this directly

Calls 1

CreateQueryPoolMethod · 0.80

Tested by

no test coverage detected