Module: WGL_NV_copy_image::Functions

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

Constant Summary collapse

Parameters =
{
  wglCopyImageSubDataNV: [ :BOOL, :HGLRC, :GLuint, :GLenum, :GLint, :GLint, :GLint, :GLint, :HGLRC, :GLuint, :GLenum, :GLint, :GLint, :GLint, :GLint, :GLsizei, :GLsizei, :GLsizei ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

#wglCopyImageSubDataNV(hSrcRC, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, hDstRC, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, width, height, depth) ⇒ Object



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

def wglCopyImageSubDataNV(hSrcRC, srcName, srcTarget, srcLevel, srcX, srcY, srcZ, hDstRC, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, width, height, depth) end