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

Detailed Description

Specification


C version:

// Provided by Wisdom 0.7.0.
typedef struct WisConstantBufferBinding {
uint64_t buffer_address;
uint32_t size_bytes;

C++ version:

namespace wis{
// Provided by Wisdom 0.7.0.
struct ConstantBufferBinding {
std::uint64_t buffer_address;
std::uint32_t size_bytes;
};
}

Members


  • buffer_address indicates buffer device address to bind.
  • size_bytes describes the size of the buffer region to bind in bytes.

Description


See Also


See also
Functions: wisDescriptorHeapWriteConstantBuffer