Render target interface. More...
#include <RadientRenderer.h>
Public Member Functions | |
| virtual const RadientRenderTargetDesc &DILIGENT_CALL_TYPE | GetDesc () const =0 |
| Returns the render target description. | |
| virtual RADIENT_STATUS DILIGENT_CALL_TYPE | Resize (Uint32 Width, Uint32 Height)=0 |
| Updates the logical render target size. | |
| virtual ITextureView *DILIGENT_CALL_TYPE | GetColorRTV ()=0 |
| Returns local color RTV when one exists. | |
| virtual ITextureView *DILIGENT_CALL_TYPE | GetDepthDSV ()=0 |
| Returns local depth DSV when one exists. | |
| virtual ISwapChain *DILIGENT_CALL_TYPE | GetSwapChain ()=0 |
| Returns local swap chain when one exists. | |
| 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 |
Render target interface.