wisdom
Loading...
Searching...
No Matches
WisVertexBufferAddressDesc Struct Reference
API Reference
»
Structures
|
Module Reference
»
Core Reference
Detailed Description
Specification
C version:
// Provided by Wisdom 0.7.0.
typedef
struct
WisVertexBufferAddressDesc
{
uint64_t buffer;
uint32_t size;
uint32_t stride;
}
WisVertexBufferAddressDesc
;
WisVertexBufferAddressDesc
C++ version:
namespace
wis{
// Provided by Wisdom 0.7.0.
struct
VertexBufferAddressDesc {
std::uint64_t buffer;
std::uint32_t size;
std::uint32_t stride;
};
}
Members
buffer
Buffer address.
size
Size of the buffer in bytes.
stride
Stride of the buffer in bytes.
Description
See Also
See also
Functions
:
wisCommandListSetVertexBuffers2
WisVertexBufferAddressDesc
Generated by
1.9.8