| 577 | } |
| 578 | |
| 579 | static void NRI_CALL CopyDescriptorSet(DescriptorSet&, const DescriptorSetCopyDesc&) { |
| 580 | } |
| 581 | |
| 582 | static Result NRI_CALL AllocateDescriptorSets(DescriptorPool&, const PipelineLayout&, uint32_t, DescriptorSet**, uint32_t, uint32_t) { |
| 583 | return Result::SUCCESS; |
nothing calls this directly
no outgoing calls
no test coverage detected