Module: GL_ARB_copy_image::Functions

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

Constant Summary collapse

Parameters =
{
  glCopyImageSubData: [ :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

#glCopyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth) ⇒ Object



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

def glCopyImageSubData(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth) end