20.09.2020

+ Instance Drawing
+ Text and Font

~ Made "DrawBackground" forced Background for 2D

- DrawEmpty
This commit is contained in:
Michel Fedde 2020-09-20 18:29:09 +02:00
parent acccf5f0e7
commit c4a0847567
29 changed files with 365 additions and 85 deletions

View file

@ -181,5 +181,7 @@ namespace SM.OGL.Shaders
GL.BindTexture(TextureTarget.Texture2D, texture);
SetUniform1(texturePos);
}
public static implicit operator int(Uniform u) => u.Location;
}
}