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

Function CmdSetRootDescriptor

Source/Validation/ImplVal.cpp:291–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291static void NRI_CALL CmdSetRootDescriptor(CommandBuffer& commandBuffer, uint32_t rootDescriptorIndex, Descriptor& descriptor) {
292 ((CommandBufferVal&)commandBuffer).SetRootDescriptor(rootDescriptorIndex, descriptor);
293}
294
295static void NRI_CALL CmdSetPipeline(CommandBuffer& commandBuffer, const Pipeline& pipeline) {
296 ((CommandBufferVal&)commandBuffer).SetPipeline(pipeline);

Callers

nothing calls this directly

Calls 1

SetRootDescriptorMethod · 0.45

Tested by

no test coverage detected