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

Function CmdSetPipelineLayout

Source/Validation/ImplVal.cpp:279–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277}
278
279static void NRI_CALL CmdSetPipelineLayout(CommandBuffer& commandBuffer, const PipelineLayout& pipelineLayout) {
280 ((CommandBufferVal&)commandBuffer).SetPipelineLayout(pipelineLayout);
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);

Callers

nothing calls this directly

Calls 1

SetPipelineLayoutMethod · 0.45

Tested by

no test coverage detected