Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::DepthRangeCalculator::ComputeRangeAttribs Struct Reference

Attributes for ComputeRange() method. More...

#include <DepthRangeCalculator.hpp>

Public Attributes

IDeviceContextpContext = nullptr
 Device context to use for command recording.
 
IShaderResourceBindingpSRB = nullptr
 Shader resource binding object.
 
Uint32 Width = 0
 Depth buffer width.
 
Uint32 Height = 0
 Depth buffer height.
 

Detailed Description

Attributes for ComputeRange() method.

Member Data Documentation

◆ pSRB

IShaderResourceBinding* Diligent::DepthRangeCalculator::ComputeRangeAttribs::pSRB = nullptr

Shader resource binding object.

The SRB must be created using the CreateSRB() method.