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

Detailed Description

Specification


C version:

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct DescriptorHeapDesc {
wis::DescriptorHeapType type;
wis::DescriptorMemoryType memory_type;
std::uint32_t descriptor_count;
wis::DescriptorHeapFlags flags;
};
}

Members


  • type specifies the type of descriptor heap to create (sampler or descriptor).
  • memory_type specifies where the descriptor heap will be allocated.
  • descriptor_count indicates the amount of descriptors, present in the heap.
  • flags describes additional options for the descriptor heap.

Description


See Also


See also
Functions: wisDeviceCreateDescriptorHeap