Module: GL_EXT_x11_sync_object::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_EXT_x11_sync_object.rb
Constant Summary collapse
- Parameters =
{ glImportSyncEXT: [ :GLsync, :GLenum, :GLintptr, :GLbitfield ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glImportSyncEXT(external_sync_type, external_sync, flags) ⇒ Object
7 |
# File 'lib/opengl-definitions/extensions/GL_EXT_x11_sync_object.rb', line 7 def glImportSyncEXT(external_sync_type, external_sync, flags) end |