Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::ScreenSpaceAmbientOcclusion::RenderAttributes Struct Reference

Render attributes. More...

#include <ScreenSpaceAmbientOcclusion.hpp>

Public Attributes

IRenderDevicepDevice = nullptr
 Render device that may be used to create new objects needed for this frame, if any.
 
IRenderStateCachepStateCache = nullptr
 Optional render state cache to optimize state loading.
 
IDeviceContextpDeviceContext = nullptr
 Device context that will record the rendering commands.
 
PostFXContext * pPostFXContext = nullptr
 PostFX context.
 
ITextureViewpDepthBufferSRV = nullptr
 Shader resource view of the source depth.
 
ITextureViewpNormalBufferSRV = nullptr
 Shader resource view of the source normal buffer.
 
const HLSL::ScreenSpaceAmbientOcclusionAttribs * pSSAOAttribs = nullptr
 SSAO settings.
 

Detailed Description

Render attributes.