cesium-native  0.41.0
CesiumGltf::SupportedGpuCompressedPixelFormats Struct Reference

Represents the status of support for all GpuCompressedPixelFormats on a client platform. More...

#include <CesiumGltf/Ktx2TranscodeTargets.h>

Public Attributes

bool ETC1_RGB {}
 
bool ETC2_RGBA {}
 
bool BC1_RGB {}
 
bool BC3_RGBA {}
 
bool BC4_R {}
 
bool BC5_RG {}
 
bool BC7_RGBA {}
 
bool PVRTC1_4_RGB {}
 
bool PVRTC1_4_RGBA {}
 
bool ASTC_4x4_RGBA {}
 
bool PVRTC2_4_RGB {}
 
bool PVRTC2_4_RGBA {}
 
bool ETC2_EAC_R11 {}
 
bool ETC2_EAC_RG11 {}
 

Detailed Description

Represents the status of support for all GpuCompressedPixelFormats on a client platform.

Clients can use this struct to convey which gpu compressed pixel formats are supported. This can be used to construct a Ktx2TranscodeTargets.

Each entry in the struct is a bool that represents whether the gpu compressed pixel format with the corresponding name is supported.

Definition at line 38 of file Ktx2TranscodeTargets.h.


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