30 #ifndef __GLESGpuProgramManager_H__ 31 #define __GLESGpuProgramManager_H__ 47 typedef std::map<String, CreateGpuProgramCallback>
ProgramMap;
62 bool registerProgramFactory(
const String& syntaxCode, CreateGpuProgramCallback createFn);
63 bool unregisterProgramFactory(
const String& syntaxCode);
std::map< String, CreateGpuProgramCallback > ProgramMap
Abstract class representing a loadable resource (e.g.
Interface describing a manual resource loader.
unsigned long long int ResourceHandle
map< String, String >::type NameValuePairList
Name / value parameter pair (first = name, second = value)
GpuProgramType
Enumerates the types of programs which can run on the GPU.
Defines a generic resource handler.
Defines a program which runs on the GPU such as a vertex or fragment program.
This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info...