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

Function CmdSetDescriptorPool

Source/Validation/ImplVal.cpp:275–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275static void NRI_CALL CmdSetDescriptorPool(CommandBuffer& commandBuffer, const DescriptorPool& descriptorPool) {
276 ((CommandBufferVal&)commandBuffer).SetDescriptorPool(descriptorPool);
277}
278
279static void NRI_CALL CmdSetPipelineLayout(CommandBuffer& commandBuffer, const PipelineLayout& pipelineLayout) {
280 ((CommandBufferVal&)commandBuffer).SetPipelineLayout(pipelineLayout);

Callers

nothing calls this directly

Calls 1

SetDescriptorPoolMethod · 0.45

Tested by

no test coverage detected