X-Git-Url: https://git.cworth.org/git?p=apitrace-tests;a=blobdiff_plain;f=apps%2Fegl%2Fgl%2Ftri_glsl.ref.txt;h=cdd77fced3419c5cc66ed996e4d02194fd782823;hp=c82f8f328a302e19b3995323b9a6885d6c4c8b56;hb=55447498815f3a500658662d2bd77a9355225e4f;hpb=562fd9eb8d562cd6cfbad00aa726ac946d895714 diff --git a/apps/egl/gl/tri_glsl.ref.txt b/apps/egl/gl/tri_glsl.ref.txt index c82f8f3..cdd77fc 100644 --- a/apps/egl/gl/tri_glsl.ref.txt +++ b/apps/egl/gl/tri_glsl.ref.txt @@ -37,12 +37,12 @@ glGetUniformLocation(program = 3, name = "modelviewProjection") = 0 glViewport(x = 0, y = 0, width = 300, height = 300) glViewport(x = 0, y = 0, width = 300, height = 300) glViewport(x = 0, y = 0, width = 300, height = 300) -glUniformMatrix4fv(location = 0, count = 1, transpose = false, value = {0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1}) +glUniformMatrix4fv(location = 0, count = 1, transpose = GL_FALSE, value = {0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1}) glClear(mask = GL_DEPTH_BUFFER_BIT | GL_COLOR_BUFFER_BIT) glEnableVertexAttribArray(index = 0) glEnableVertexAttribArray(index = 1) -glVertexAttribPointer(index = 0, size = 2, type = GL_FLOAT, normalized = false, stride = 0, pointer = blob(24)) -glVertexAttribPointer(index = 1, size = 3, type = GL_FLOAT, normalized = false, stride = 0, pointer = blob(36)) +glVertexAttribPointer(index = 0, size = 2, type = GL_FLOAT, normalized = GL_FALSE, stride = 0, pointer = blob(24)) +glVertexAttribPointer(index = 1, size = 3, type = GL_FLOAT, normalized = GL_FALSE, stride = 0, pointer = blob(36)) glDrawArrays(mode = GL_TRIANGLES, first = 0, count = 3) glDisableVertexAttribArray(index = 0) glDisableVertexAttribArray(index = 1)