cocos2d-x  3.0-alpha0
 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 internalFormat, GLenum format, GLenum type, int bpp, bool compressed, bool alpha)

Public Attributes

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

Constructor & Destructor Documentation

PixelFormatInfo ( GLenum  internalFormat,
GLenum  format,
GLenum  type,
int  bpp,
bool  compressed,
bool  alpha 
)
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: