HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
RE_Shader::re_LibFunc Class Reference

#include <RE_Shader.h>

Public Member Functions

 re_LibFunc (const char *func=0, const char *file=0, const char *deps=0, RE_ShaderType t=RE_SHADER_FRAGMENT, int glmaj=0, int glmin=0)
 

Public Attributes

const char * myFunc
 
const char * myFile
 
const char * myDeps
 
RE_ShaderType myType
 
int myGLMajor
 
int myGLMinor
 

Detailed Description

Definition at line 999 of file RE_Shader.h.

Constructor & Destructor Documentation

RE_Shader::re_LibFunc::re_LibFunc ( const char *  func = 0,
const char *  file = 0,
const char *  deps = 0,
RE_ShaderType  t = RE_SHADER_FRAGMENT,
int  glmaj = 0,
int  glmin = 0 
)
inline

Definition at line 1002 of file RE_Shader.h.

Member Data Documentation

const char* RE_Shader::re_LibFunc::myDeps

Definition at line 1010 of file RE_Shader.h.

const char* RE_Shader::re_LibFunc::myFile

Definition at line 1009 of file RE_Shader.h.

const char* RE_Shader::re_LibFunc::myFunc

Definition at line 1008 of file RE_Shader.h.

int RE_Shader::re_LibFunc::myGLMajor

Definition at line 1012 of file RE_Shader.h.

int RE_Shader::re_LibFunc::myGLMinor

Definition at line 1013 of file RE_Shader.h.

RE_ShaderType RE_Shader::re_LibFunc::myType

Definition at line 1011 of file RE_Shader.h.


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