1
0
mirror of synced 2024-11-12 02:00:50 +01:00

Fix appveyor errors

This commit is contained in:
KillzXGaming 2019-05-13 21:02:05 -04:00
parent 7cc5517dc7
commit a043f96b11
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -189,10 +189,10 @@ namespace FirstPlugin
private void SetUniformBlocks(MTOBWrapper mat, ShaderProgram shader, SOBJWrapper m, int id)
{
shader.UniformBlockBinding("TexCoord1", 3);
/* shader.UniformBlockBinding("TexCoord1", 3);
GL.GetActiveUniformBlock(shader.program,
shader.GetUniformBlockIndex("TexCoord1"),
ActiveUniformBlockParameter.UniformBlockBinding, out int binding);
ActiveUniformBlockParameter.UniformBlockBinding, out int binding);*/
/* GL.BindBuffer(BufferTarget.UniformBuffer, TexCoord1Buffer);
GL.BufferData(BufferTarget.UniformBuffer,