Module: GL_AMD_vertex_shader_tessellator::Functions

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

Constant Summary collapse

Parameters =
{
  glTessellationFactorAMD: [ :void, :GLfloat ].freeze,
  glTessellationModeAMD:   [ :void, :GLenum ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#glTessellationFactorAMD(factor) ⇒ Object



13
# File 'lib/opengl-definitions/extensions/GL_AMD_vertex_shader_tessellator.rb', line 13

def glTessellationFactorAMD(factor) end

#glTessellationModeAMD(mode) ⇒ Object



14
# File 'lib/opengl-definitions/extensions/GL_AMD_vertex_shader_tessellator.rb', line 14

def glTessellationModeAMD(mode) end