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

Function CopyDescriptorSet

Source/NONE/ImplNONE.cpp:579–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579static void NRI_CALL CopyDescriptorSet(DescriptorSet&, const DescriptorSetCopyDesc&) {
580}
581
582static Result NRI_CALL AllocateDescriptorSets(DescriptorPool&, const PipelineLayout&, uint32_t, DescriptorSet**, uint32_t, uint32_t) {
583 return Result::SUCCESS;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected