Module: GL_OES_tessellation_shader::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_OES_tessellation_shader.rb
Constant Summary collapse
- Parameters =
{ glPatchParameteriOES: [ :void, :GLenum, :GLint ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glPatchParameteriOES(pname, value) ⇒ Object
53 |
# File 'lib/opengl-definitions/extensions/GL_OES_tessellation_shader.rb', line 53 def glPatchParameteriOES(pname, value) end |