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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisBufferBinding {
uint64_t array_offset;
uint32_t stride_bytes;
uint32_t structure_count;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct BufferBinding {
std::uint64_t array_offset;
std::uint32_t stride_bytes;
std::uint32_t structure_count;
};
}

Members


  • array_offset describes offset in buffer in structures.
  • stride_bytes describes the size of the single structure in buffer.
  • structure_count describes the number of structures in the buffer region to bind.

Description


See Also


See also
Functions: wisDescriptorHeapWriteStructuredBuffer, wisDescriptorHeapWriteRWStructuredBuffer