![]() |
OGRE 14.2
Object-Oriented Graphics Rendering Engine
|
Factory class for Vulkan programs. More...
#include <OgreVulkanProgram.h>
Inheritance diagram for Ogre::VulkanProgramFactory:Public Member Functions | |
| VulkanProgramFactory (VulkanDevice *device) | |
| virtual | ~VulkanProgramFactory (void) |
| GpuProgram * | create (ResourceManager *creator, const String &name, ResourceHandle handle, const String &group, bool isManual, ManualResourceLoader *loader) override |
| Create an instance of VulkanProgram. | |
| const String & | getLanguage (void) const override |
| Get the name of the language this factory creates programs for. | |
Public Member Functions inherited from Ogre::GpuProgramFactory | |
| virtual | ~GpuProgramFactory () |
| virtual void | destroy (GpuProgram *prog) |
Factory class for Vulkan programs.
| Ogre::VulkanProgramFactory::VulkanProgramFactory | ( | VulkanDevice * | device | ) |
Get the name of the language this factory creates programs for.
Implements Ogre::GpuProgramFactory.
|
overridevirtual |
Create an instance of VulkanProgram.
Implements Ogre::GpuProgramFactory.