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 | 
Rasterization rate map layer description.
| const float* Diligent::RasterizationRateLayerDesc::pHorizontal = nullptr | 
A pointer to the array of HorizontalCount horizontal rasterization rates for the layer map's rows.
| const float* Diligent::RasterizationRateLayerDesc::pVertical = nullptr | 
A pointer to the array of VerticalCount vertical rasterization rates for the layer map's columns.