OGRE-Next  4.0.0unstable
Object-Oriented Graphics Rendering Engine
Ogre::UnifiedHighLevelGpuProgramFactory Class Reference

Factory class for Unified programs. More...

#include <OgreUnifiedHighLevelGpuProgram.h>

+ Inheritance diagram for Ogre::UnifiedHighLevelGpuProgramFactory:

Public Member Functions

 UnifiedHighLevelGpuProgramFactory ()
 
 ~UnifiedHighLevelGpuProgramFactory () override
 
HighLevelGpuProgramcreate (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) override
 
void destroy (HighLevelGpuProgram *prog) override
 
const StringgetLanguage () const override
 Get the name of the language this factory creates programs for. More...
 
- Public Member Functions inherited from Ogre::HighLevelGpuProgramFactory
 HighLevelGpuProgramFactory ()
 
virtual ~HighLevelGpuProgramFactory ()
 

Detailed Description

Factory class for Unified programs.

Constructor & Destructor Documentation

◆ UnifiedHighLevelGpuProgramFactory()

Ogre::UnifiedHighLevelGpuProgramFactory::UnifiedHighLevelGpuProgramFactory ( )

◆ ~UnifiedHighLevelGpuProgramFactory()

Ogre::UnifiedHighLevelGpuProgramFactory::~UnifiedHighLevelGpuProgramFactory ( )
override

Member Function Documentation

◆ create()

HighLevelGpuProgram* Ogre::UnifiedHighLevelGpuProgramFactory::create ( ResourceManager creator,
const String name,
ResourceHandle  handle,
const String group,
bool  isManual,
ManualResourceLoader loader 
)
overridevirtual

◆ destroy()

void Ogre::UnifiedHighLevelGpuProgramFactory::destroy ( HighLevelGpuProgram prog)
overridevirtual

◆ getLanguage()

const String& Ogre::UnifiedHighLevelGpuProgramFactory::getLanguage ( ) const
overridevirtual

Get the name of the language this factory creates programs for.

Implements Ogre::HighLevelGpuProgramFactory.


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