#include "../../Primitives/interface/BasicTypes.h"
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. | |
2D array processing utilities.