Diligent Engine
 
Loading...
Searching...
No Matches
Diligent::RasterizationRateLayerDesc Struct Reference

Rasterization rate map layer description. More...

#include <RasterizationRateMapMtl.h>

Public Attributes

Uint32 HorizontalCount = 0
 The number of elements in pHorizontal array.
 
Uint32 VerticalCount = 0
 The number of elements in pVertical array.
 
const float * pHorizontal = nullptr
 
const float * pVertical = nullptr
 

Detailed Description

Rasterization rate map layer description.

Member Data Documentation

◆ pHorizontal

const float* Diligent::RasterizationRateLayerDesc::pHorizontal = nullptr

A pointer to the array of HorizontalCount horizontal rasterization rates for the layer map's rows.

◆ pVertical

const float* Diligent::RasterizationRateLayerDesc::pVertical = nullptr

A pointer to the array of VerticalCount vertical rasterization rates for the layer map's columns.