Revision 6454151bd41eb2c7e1dfc079b90f27fc62be77d6 authored by Philip Trettner on 17 April 2022, 08:24:26 UTC, committed by Philip Trettner on 17 April 2022, 08:24:26 UTC
Update xxHash source files See merge request Glow/glow!40
limits.hh
#pragma once
namespace glow
{
/// OpenGL limits
namespace limits
{
/// number of texture units
extern int maxCombinedTextureImageUnits;
/// max number of vertices per patch
extern int maxPatchVertices;
/// max value for anisotropic filtering
extern float maxAnisotropy;
/// updates all limits
/// Is done in glowInit as well
void update();
}
}

Computing file changes ...