VenomEngine
Cross-Platform Modern Graphics Engine
|
Interface with shader pipelines and shader settings. More...
#include <RenderingPipeline.h>
Public Member Functions | |
RenderingPipeline (const RenderingPipelineType type) | |
void | SetShaderType (const RenderingPipelineType type) |
RenderingPipelineType | GetShaderType () const |
const ShaderPipelineList & | GetRenderingPipelineCache () const |
Public Member Functions inherited from venom::common::PluginObjectImplWrapper | |
PluginObjectImplWrapper (PluginObjectImpl *impl) | |
PluginObjectImplWrapper (const PluginObjectImplWrapper &other) | |
PluginObjectImplWrapper & | operator= (const PluginObjectImplWrapper &other) |
PluginObjectImplWrapper (PluginObjectImplWrapper &&other) | |
PluginObjectImplWrapper & | operator= (PluginObjectImplWrapper &&other) |
PluginObjectImpl * | GetImpl () |
const PluginObjectImpl * | GetImpl () const |
const PluginObjectImpl * | GetConstImpl () const |
bool | IsImplInitialized () const |
void | Destroy () |
Static Public Member Functions | |
static const ShaderPipelineList & | GetRenderingPipelineCache (const RenderingPipelineType type) |
Additional Inherited Members | |
Protected Attributes inherited from venom::common::PluginObjectImplWrapper | |
PluginObjectImpl * | _impl |
Interface with shader pipelines and shader settings.