mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-22 13:45:55 +00:00
Test that glFrameTerminatorGREMEDY works in GL_Parameter_Zoo
This commit is contained in:
@@ -214,6 +214,9 @@ void main()
|
||||
glProgramUniform1i(program, glGetUniformLocation(program, "mode"), 1);
|
||||
glDrawArrays(GL_TRIANGLES, 0, 3);
|
||||
|
||||
if(GLAD_GL_GREMEDY_frame_terminator)
|
||||
glFrameTerminatorGREMEDY();
|
||||
|
||||
Present();
|
||||
}
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ import rdtest
|
||||
|
||||
class GL_Parameter_Zoo(rdtest.TestCase):
|
||||
demos_test_name = 'GL_Parameter_Zoo'
|
||||
demos_frame_cap = 6
|
||||
|
||||
def check_capture(self):
|
||||
id = self.get_last_draw().copyDestination
|
||||
|
||||
Reference in New Issue
Block a user