wisdom
Loading...
Searching...
No Matches
wisCommandListSetPipeline Struct Reference

Detailed Description

Specification


C Version:

// Provided by Wisdom 0.7.0.
WisPipelineView pipeline,
C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
void wisVKCommandListSetPipeline(const WisVKCommandList* self,
WisVKPipelineView pipeline,
// Provided by Wisdom 0.7.0.
void wisDX12CommandListSetPipeline(const WisDX12CommandList* self,
WisDX12PipelineView pipeline,

C++ Version:

namespace wis{
// Provided by Wisdom 0.7.0.
void CommandList::SetPipeline(wis::PipelineView pipeline,
wis::PipelineType type) const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
// Provided by Wisdom 0.7.0.
void VKCommandList::SetPipeline(wis::VKPipelineView pipeline,
wis::PipelineType type) const noexcept;
// Provided by Wisdom 0.7.0.
void DX12CommandList::SetPipeline(wis::DX12PipelineView pipeline,
wis::PipelineType type) const noexcept;
}

Parameters


  • this self self is a pointer to the valid WisCommandList instance.
  • pipeline specifies a pointer to WisPipeline to set.
  • type specifies the pipeline type to set the pipeline for.

Description


See Also