Method: OpenGL#glFenceSync
- Defined in:
-
lib/opengl_command.rb,
lib/opengl_es_command.rb
4577 4578 4579 4580 |
# File 'lib/opengl_command.rb', line 4577 def glFenceSync(_condition_, _flags_) f = OpenGL::get_command(:glFenceSync) f.call(_condition_, _flags_) end |