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

Basic management of shader contexts in RSL. More...

#include <VEX_RslTypes.h>

Static Public Member Functions

static const char * getNameFromContextType (RSL_ContextType t)
 Get the name token of a context. More...
 
static const char * getLabelFromContextType (RSL_ContextType t)
 Returns a context label token for a given type. More...
 
static RSL_ContextType getContextTypeFromName (const char *name)
 Map the context name to a context type. More...
 

Detailed Description

Basic management of shader contexts in RSL.

Definition at line 38 of file VEX_RslTypes.h.

Member Function Documentation

static RSL_ContextType RSL_ContextManager::getContextTypeFromName ( const char *  name)
static

Map the context name to a context type.

static const char* RSL_ContextManager::getLabelFromContextType ( RSL_ContextType  t)
static

Returns a context label token for a given type.

static const char* RSL_ContextManager::getNameFromContextType ( RSL_ContextType  t)
static

Get the name token of a context.


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