Module: GL_EXT_geometry_shader::Functions

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

Constant Summary collapse

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

Instance Method Summary collapse

Instance Method Details

#glFramebufferTextureEXT(target, attachment, texture, level) ⇒ Object



39
# File 'lib/opengl-definitions/extensions/GL_EXT_geometry_shader.rb', line 39

def glFramebufferTextureEXT(target, attachment, texture, level) end