Add StaticIndexBuffer

This commit is contained in:
Gustas
2023-08-24 14:38:01 +03:00
committed by Matthias Mailänder
parent 7e9619b41b
commit f6c1453b5b
6 changed files with 117 additions and 0 deletions

View File

@@ -131,6 +131,8 @@ namespace OpenRA.Platforms.Default
public const int GL_TEXTURE_MAX_LEVEL = 0x813D;
public const int GL_ARRAY_BUFFER = 0x8892;
public const int GL_ELEMENT_ARRAY_BUFFER = 0x8893;
public const int GL_STATIC_DRAW = 0x88E4;
public const int GL_DYNAMIC_DRAW = 0x88E8;
public const int GL_TEXTURE0 = 0x84C0;