cocos2d-x  3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
VertexStreamAttribute Struct Reference

#include <CCVertexIndexData.h>

Public Member Functions

 VertexStreamAttribute ()
 
 VertexStreamAttribute (int offset, int semantic, int type, int size)
 
 VertexStreamAttribute (int offset, int semantic, int type, int size, bool normalize)
 

Public Attributes

bool _normalize
 
int _offset
 
int _semantic
 
int _type
 
int _size
 

Constructor & Destructor Documentation

VertexStreamAttribute ( int  offset,
int  semantic,
int  type,
int  size 
)
inline
VertexStreamAttribute ( int  offset,
int  semantic,
int  type,
int  size,
bool  normalize 
)
inline

Member Data Documentation

bool _normalize
int _offset
int _semantic
int _size
int _type

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