Module: GL_OVR_multiview::Functions

Defined in:
lib/opengl-definitions/extensions/GL_OVR_multiview.rb

Constant Summary collapse

Parameters =
{
  glFramebufferTextureMultiviewOVR: [ :void, :GLenum, :GLenum, :GLuint, :GLint, :GLint, :GLsizei ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glFramebufferTextureMultiviewOVR(target, attachment, texture, level, baseViewIndex, numViews) ⇒ Object



10
# File 'lib/opengl-definitions/extensions/GL_OVR_multiview.rb', line 10

def glFramebufferTextureMultiviewOVR(target, attachment, texture, level, baseViewIndex, numViews) end