Module: GL_OVR_multiview_multisampled_render_to_texture::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_OVR_multiview_multisampled_render_to_texture.rb
Constant Summary collapse
- Parameters =
{ glFramebufferTextureMultisampleMultiviewOVR: [ :void, :GLenum, :GLenum, :GLuint, :GLint, :GLsizei, :GLint, :GLsizei ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glFramebufferTextureMultisampleMultiviewOVR(target, attachment, texture, level, samples, baseViewIndex, numViews) ⇒ Object
3 |
# File 'lib/opengl-definitions/extensions/GL_OVR_multiview_multisampled_render_to_texture.rb', line 3 def glFramebufferTextureMultisampleMultiviewOVR(target, , texture, level, samples, baseViewIndex, numViews) end |