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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisPushDescriptorDataDesc {
WisPipelineType pipeline;
uint32_t root_index;
WisDescriptorType descriptor_type;
uint64_t buffer_address;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct PushDescriptorDataDesc {
wis::PipelineType pipeline;
std::uint32_t root_index;
wis::DescriptorType descriptor_type;
std::uint64_t buffer_address;
};
}

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.
  • descriptor_type defines the type of the descriptors to push.
  • buffer_address indicates buffer device address to push.

Description


See Also


See also
Functions: wisCommandListSetPushDescriptor