23 vc::Error LoadSkybox(
const char * texturePath);
24 inline const vc::Texture & GetPanorama()
const {
return __panorama; }
26 virtual vc::Error _LoadSkybox(
const Texture & texture) = 0;
38 inline vc::Error LoadSkybox(
const char * path) {
return _impl->As<
SkyboxImpl>()->LoadSkybox(path); }
Base class for graphics plugin objects.
Definition GraphicsPluginObject.h:80
Interface for the PluginObject different implementations.
Definition PluginObject.h:56
Wrapper for the PluginObjectImpl, inherited by classes like Model or Mesh to make them usable as comp...
Definition PluginObject.h:76
Contains the entirety of the code of the VenomEngine project.
Definition Config.h:13