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

Render attributes that are passed to the effect. More...

#include <SuperResolution.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.
 
ITextureViewpColorBufferSRV = nullptr
 Shader resource view of the source color.
 
const HLSL::SuperResolutionAttribs * pFSRAttribs = nullptr
 Super resolution settings.
 

Detailed Description

Render attributes that are passed to the effect.