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 | SetClearColor (const RadientFloat4 &ClearColor)=0 |
| Sets the linear RGBA clear color. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetDebugVisualization (RADIENT_DEBUG_VISUALIZATION DebugVisualization)=0 |
| Sets the debug visualization mode. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetIBLEnabled (Bool Enabled)=0 |
| Enables or disables image-based lighting. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetEnvironment (const RadientEnvironmentDesc &Environment)=0 |
| Sets the environment used for image-based lighting. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetSkybox (const RadientSkyboxDesc &Skybox)=0 |
| Sets the skybox rendered by the view. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetToneMapping (const RadientToneMappingDesc &ToneMapping)=0 |
| Sets tone mapping settings. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetBloom (const RadientBloomDesc &Bloom)=0 |
| Sets Bloom settings. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetTemporalAntiAliasing (const RadientTemporalAntiAliasingDesc &TemporalAntiAliasing)=0 |
| Sets temporal anti-aliasing settings. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetSSAO (const RadientSSAODesc &SSAO)=0 |
| Sets screen-space ambient occlusion settings. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetSSR (const RadientSSRDesc &SSR)=0 |
| Sets screen-space reflection settings. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | SetDepthOfField (const RadientDepthOfFieldDesc &DepthOfField)=0 |
| Sets depth-of-field settings. | |
| 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.