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 ()
 VertexStreamAttribute ()
 VertexStreamAttribute (int offset, int semantic, int type, int size)
 VertexStreamAttribute (int offset, int semantic, int type, int size, bool normalize)
 VertexStreamAttribute ( var offset, var semantic, var type, var size, var normalize)
 VertexStreamAttribute ( local offset, local semantic, local type, local size, local normalize)

Public Attributes

bool _normalize
var _normalize
local _normalize
int _offset
var _offset
local _offset
int _semantic
var _semantic
local _semantic
int _type
var _type
local _type
int _size
var _size
local _size

Constructor & Destructor Documentation

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

Member Data Documentation

bool _normalize
var _normalize
local _normalize
int _offset
var _offset
local _offset
int _semantic
var _semantic
local _semantic
int _size
var _size
local _size
int _type
var _type
local _type

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