|
const VertexBuffer & | GetVertexBuffer () const |
|
const DescriptorSet & | GetPanormaDescriptorSet () const |
|
vc::Error | _LoadSkybox (const vc::Texture &texture) override |
|
vc::Error | LoadSkybox (const char *texturePath) |
|
const vc::Texture & | GetPanorama () const |
|
template<class T > |
T * | As () |
|
template<class T > |
const T * | As () const |
|
template<class T > |
T * | ConstAs () const |
|
template<class T > |
T * | RAs () |
|
template<class T > |
const T * | RAs () const |
|
void | IncRefCount () |
|
void | DecRefCount () |
|
virtual void | Destroy () override |
| /!\ THIS FUNCTION MUST BE CALLED FOR DESTRUCTION, DO NOT USE delete
|
|
| PluginObject (const PluginType type) |
|
PluginType | GetType () const override |
|
template<class T > |
T * | DAs () |
|
template<class T > |
const T * | DAs () const |
|
◆ _LoadSkybox()
vc::Error venom::vulkan::VulkanSkybox::_LoadSkybox |
( |
const vc::Texture & | texture | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/vulkan/include/venom/vulkan/plugin/graphics/Skybox.h
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/vulkan/src/Skybox.cc