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

Function CmdSetDescriptorSet

Source/Validation/ImplVal.cpp:283–285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281}
282
283static void NRI_CALL CmdSetDescriptorSet(CommandBuffer& commandBuffer, uint32_t setIndex, const DescriptorSet& descriptorSet, const uint32_t* dynamicConstantBufferOffsets) {
284 ((CommandBufferVal&)commandBuffer).SetDescriptorSet(setIndex, descriptorSet, dynamicConstantBufferOffsets);
285}
286
287static void NRI_CALL CmdSetRootConstants(CommandBuffer& commandBuffer, uint32_t rootConstantIndex, const void* data, uint32_t size) {
288 ((CommandBufferVal&)commandBuffer).SetRootConstants(rootConstantIndex, data, size);

Callers

nothing calls this directly

Calls 1

SetDescriptorSetMethod · 0.45

Tested by

no test coverage detected