Module: GL_OES_point_size_array::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_OES_point_size_array.rb
Constant Summary collapse
- Parameters =
{ glPointSizePointerOES: [ :void, :GLenum, :GLsizei, :pointer ].freeze, }.freeze
Instance Method Summary collapse
Instance Method Details
#glPointSizePointerOES(type, stride, pointer) ⇒ Object
11 |
# File 'lib/opengl-definitions/extensions/GL_OES_point_size_array.rb', line 11 def glPointSizePointerOES(type, stride, pointer) end |