Module: WGL_NV_vertex_array_range::Functions

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

Constant Summary collapse

Parameters =
{
  wglAllocateMemoryNV: [ :pointer, :GLsizei, :GLfloat, :GLfloat, :GLfloat ].freeze,
  wglFreeMemoryNV:     [ :void, :pointer ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#wglAllocateMemoryNV(size, readfreq, writefreq, priority) ⇒ Object



3
# File 'lib/opengl-definitions/extensions/WGL_NV_vertex_array_range.rb', line 3

def wglAllocateMemoryNV(size, readfreq, writefreq, priority) end

#wglFreeMemoryNV(pointer) ⇒ Object



4
# File 'lib/opengl-definitions/extensions/WGL_NV_vertex_array_range.rb', line 4

def wglFreeMemoryNV(pointer) end