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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisDescriptorTable {
WisShaderVisibility visibility;
const WisDescriptorTableEntry* entries;
size_t entry_count;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct DescriptorTable {
wis::ShaderVisibility visibility;
wis::span<const wis::DescriptorTableEntry> entries;
};
}

Members


  • visibility defines shader stage. Defines the stage where the table is used.
  • entries points to an array of descriptor table entries.
  • entry_count specifies descriptor table entries count.

Description


See Also


See also
Structs: WisRootSignatureDesc