cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumGltf::ImageAssetMipPosition Struct Reference

The byte range within a buffer where this mip exists. More...

#include <CesiumGltf/ImageAsset.h>

Public Attributes

size_t byteOffset
 The byte index where this mip begins.
 
size_t byteSize
 The size in bytes of this mip.
 

Detailed Description

The byte range within a buffer where this mip exists.

Definition at line 17 of file ImageAsset.h.

Member Data Documentation

◆ byteOffset

size_t CesiumGltf::ImageAssetMipPosition::byteOffset

The byte index where this mip begins.

Definition at line 21 of file ImageAsset.h.

◆ byteSize

size_t CesiumGltf::ImageAssetMipPosition::byteSize

The size in bytes of this mip.

Definition at line 26 of file ImageAsset.h.


The documentation for this struct was generated from the following file: