Add support for 16 bit floating point textures.

This commit is contained in:
Paul Chote
2021-04-23 22:38:11 +01:00
committed by reaperrr
parent 95f5d162ef
commit bb15bd20c0
4 changed files with 45 additions and 0 deletions

View File

@@ -144,6 +144,8 @@ namespace OpenRA.Platforms.Default
public const int GL_INFO_LOG_LENGTH = 0x8B84;
public const int GL_ACTIVE_UNIFORMS = 0x8B86;
public const int GL_RGBA16F = 0x881A;
// OpenGL 4.3
public const int GL_DEBUG_OUTPUT = 0x92E0;
public const int GL_DEBUG_OUTPUT_SYNCHRONOUS = 0x8242;