cocos2d-x  3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Texture2D::PixelFormatInfo Struct Reference

#include <CCTexture2D.h>

Public Member Functions

 PixelFormatInfo (GLenum anInternalFormat, GLenum aFormat, GLenum aType, int aBpp, bool aCompressed, bool anAlpha)

Public Attributes

GLenum internalFormat
GLenum format
GLenum type
int bpp
bool compressed
bool alpha

Constructor & Destructor Documentation

PixelFormatInfo ( GLenum  anInternalFormat,
GLenum  aFormat,
GLenum  aType,
int  aBpp,
bool  aCompressed,
bool  anAlpha 
)
inline

Member Data Documentation

bool alpha
int bpp
bool compressed
GLenum format
GLenum internalFormat
GLenum type

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