Module: GL_NV_copy_image::Functions

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

Constant Summary collapse

Parameters =
{
  glCopyImageSubDataNV: [ :void, :GLuint, :GLenum, :GLint, :GLint, :GLint, :GLint, :GLuint, :GLenum, :GLint, :GLint, :GLint, :GLint, :GLsizei, :GLsizei, :GLsizei ].freeze,
}.freeze

Instance Method Summary collapse

Instance Method Details

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



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

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