|
| vc::Error | __PrepareRenderTarget () override |
| |
|
const Texture * | GetTexture () const |
| |
|
vc::Error | Reset () |
| |
| virtual void | Destroy () override |
| | /!\ THIS FUNCTION MUST BE CALLED FOR DESTRUCTION, DO NOT USE delete
|
| |
|
vc::Error | SetDimensions (int width, int height) |
| |
|
vc::Error | SetFormat (ShaderVertexFormat format) |
| |
|
int | GetWidth () const |
| |
|
int | GetHeight () const |
| |
|
ShaderVertexFormat | GetFormat () const |
| |
|
void | LinkCamera (vc::Camera *camera) |
| |
|
void | SetRenderingPipelineType (vc::RenderingPipelineType type) |
| |
|
vc::RenderingPipelineType | GetRenderingPipelineType () const |
| |
|
| PluginObject (const PluginType type) |
| |
| PluginType | GetType () const override |
| |
|
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 |
| |
|
template<class T> |
| T * | DAs () |
| |
|
template<class T> |
| const T * | DAs () const |
| |
|
void | IncRefCount () |
| |
|
void | DecRefCount () |
| |
◆ __PrepareRenderTarget()
| vc::Error venom::vulkan::VulkanRenderTarget::__PrepareRenderTarget |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files:
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/vulkan/include/venom/vulkan/plugin/graphics/RenderTarget.h
- /Users/kevinpruvost/Bossing/Perso/VenomEngine/lib/vulkan/src/RenderTarget.cc