Persistent render view interface. More...
#include <RadientView.h>
Public Member Functions | |
| virtual const RadientViewDesc &DILIGENT_CALL_TYPE | GetDesc () const =0 |
| Returns the view description. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetScene (IRadientScene *pScene)=0 |
| Sets the scene rendered by the view. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetCamera (RadientEntityID Camera)=0 |
| Sets the camera rendered by the view. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetRenderTarget (IRadientRenderTarget *pRenderTarget)=0 |
| Sets the render target used by the view. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetSkybox (const RadientSkyboxDesc &Skybox)=0 |
| Sets the skybox rendered by the view. | |
| Public Member Functions inherited from Diligent.IObject | |
| virtual void DILIGENT_CALL_TYPE | QueryInterface (const INTERFACE_ID &IID, IObject **ppInterface)=0 |
| Queries the specific interface. | |
| template<typename DerivedType, typename = typename std::enable_if<std::is_base_of<IObject, DerivedType>::value>::type> | |
| void | QueryInterface (const INTERFACE_ID &IID, DerivedType **ppInterface) |
| virtual ReferenceCounterValueType DILIGENT_CALL_TYPE | AddRef ()=0 |
| Increments the number of strong references by 1. | |
| virtual ReferenceCounterValueType DILIGENT_CALL_TYPE | Release ()=0 |
| virtual IReferenceCounters *DILIGENT_CALL_TYPE | GetReferenceCounters () const =0 |
Persistent render view interface.