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

Blend Function used for textures. More...

#include <ccTypes.h>

Public Attributes

GLenum src
 source blend function More...
 
var src
 source blend function More...
 
local src
 source blend function More...
 
GLenum dst
 destination blend function More...
 
var dst
 destination blend function More...
 
local dst
 destination blend function More...
 

Detailed Description

Blend Function used for textures.

Member Data Documentation

GLenum dst

destination blend function

var dst

destination blend function

local dst

destination blend function

GLenum src

source blend function

var src

source blend function

local src

source blend function


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