wisdom
Loading...
Searching...
No Matches
WisConstantBufferBinding Struct Reference
API Reference
»
Structures
|
Module Reference
»
Core Reference
Detailed Description
Specification
C version:
// Provided by Wisdom 0.7.0.
typedef
struct
WisConstantBufferBinding
{
uint64_t buffer_address;
uint32_t size_bytes;
}
WisConstantBufferBinding
;
WisConstantBufferBinding
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
WisConstantBufferBinding
Generated by
1.9.8