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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
WisPipelineType pipeline;
uint32_t root_index;
uint32_t heap_offset;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct DescriptorTableDataDesc {
wis::PipelineType pipeline;
std::uint32_t root_index;
wis::DescriptorHeapType heap_type;
std::uint32_t heap_offset;
};
}

Members


  • pipeline specifies the pipeline type to set the push descriptors for.
  • root_index indicates the root index in the root signature to set the push descriptors for.
  • heap_type indicates the type of the descriptor heap to bind.
  • heap_offset defines the offset in descriptors from the start of the heap to set the descriptor table to. Used for calculating descriptor indices when binding descriptor tables.

Description


See Also


See also
Functions: wisCommandListSetDescriptorTable