Diligent Engine
 
Loading...
Searching...
No Matches
Array2DTools.hpp File Reference

Namespaces

namespace  Diligent
 Graphics engine namespace.
 

Functions

void Diligent::GetArray2DMinMaxValue (const float *pData, size_t StrideInFloats, Uint32 Width, Uint32 Height, float &MinValue, float &MaxValue)
 Computes the minimum and the maximum value in a 2D floating-point array.
 

Detailed Description

2D array processing utilities.