Remove some constants from Raylib.cs
This commit is contained in:
parent
6697995eda
commit
1c61ed6641
1 changed files with 0 additions and 4 deletions
|
|
@ -16,10 +16,6 @@ namespace Raylib_cs
|
|||
public const float DEG2RAD = MathF.PI / 180.0f;
|
||||
public const float RAD2DEG = 180.0f / MathF.PI;
|
||||
|
||||
public const int MAX_SHADER_LOCATIONS = 32;
|
||||
public const int MAX_MATERIAL_MAPS = 12;
|
||||
public const int MAX_TOUCH_POINTS = 10;
|
||||
|
||||
// Callbacks to hook some internal functions
|
||||
// WARNING: This callbacks are intended for advance users
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue