Assimp  v4.1. (December 2018)
Assimp::MDL::RGB565 Struct Reference

Data structure for a RGB565 pixel in a texture. More...

Public Attributes

uint16_t b: 5
 
uint16_t g: 6
 
uint16_t r: 5
 

Detailed Description

Data structure for a RGB565 pixel in a texture.

Member Data Documentation

◆ b

uint16_t Assimp::MDL::RGB565::b

◆ g

uint16_t Assimp::MDL::RGB565::g

◆ r

uint16_t Assimp::MDL::RGB565::r

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