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

Detailed Description

Specification


C Version:

C Implementation Specific Version:
// Provided by Wisdom 0.7.0.
void wisVKCommandListSetDescriptorTable(const WisVKCommandList* self,
// Provided by Wisdom 0.7.0.
void wisDX12CommandListSetDescriptorTable(const WisDX12CommandList* self,

C++ Version:

namespace wis{
// Provided by Wisdom 0.7.0.
void CommandList::SetDescriptorTable(const wis::DescriptorTableDataDesc& data) const noexcept;
}
C++ Implementation Specific Version:
namespace wis{
// Provided by Wisdom 0.7.0.
void VKCommandList::SetDescriptorTable(const wis::DescriptorTableDataDesc& data) const noexcept;
// Provided by Wisdom 0.7.0.
void DX12CommandList::SetDescriptorTable(const wis::DescriptorTableDataDesc& data) const noexcept;
}

Parameters


  • this self self is a pointer to the valid WisCommandList instance.
  • data specifies the root parameter index to set the descriptor table for.

Description


See Also