Descriptor of encoded region in "bufferView".
More...
Descriptor of encoded region in "bufferView".
◆ SEncodedRegion()
glTF::Buffer::SEncodedRegion::SEncodedRegion |
( |
const size_t |
pOffset, |
|
|
const size_t |
pEncodedData_Length, |
|
|
uint8_t * |
pDecodedData, |
|
|
const size_t |
pDecodedData_Length, |
|
|
const std::string |
pID |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | pOffset | - offset from begin of "bufferView" to encoded region, in bytes. |
[in] | pEncodedData_Length | - size of encoded region, in bytes. |
[in] | pDecodedData | - pointer to decoded data array. |
[in] | pDecodedData_Length | - size of encoded region, in bytes. |
[in] | pID | - ID of the region. |
◆ ~SEncodedRegion()
glTF::Buffer::SEncodedRegion::~SEncodedRegion |
( |
| ) |
|
|
inline |
◆ DecodedData
uint8_t* const glTF::Buffer::SEncodedRegion::DecodedData |
◆ DecodedData_Length
const size_t glTF::Buffer::SEncodedRegion::DecodedData_Length |
Size of decoded region, in bytes.
◆ EncodedData_Length
const size_t glTF::Buffer::SEncodedRegion::EncodedData_Length |
Size of encoded region, in bytes.
◆ ID
const std::string glTF::Buffer::SEncodedRegion::ID |
◆ Offset
const size_t glTF::Buffer::SEncodedRegion::Offset |
Offset from begin of "bufferView" to encoded region, in bytes.
The documentation for this struct was generated from the following file: