Module: GL_EXT_copy_image::Functions
- Defined in:
- lib/opengl-definitions/extensions/GL_EXT_copy_image.rb
Constant Summary collapse
- Parameters =
{ glCopyImageSubDataEXT: [ :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
#glCopyImageSubDataEXT(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth) ⇒ Object
3 |
# File 'lib/opengl-definitions/extensions/GL_EXT_copy_image.rb', line 3 def glCopyImageSubDataEXT(srcName, srcTarget, srcLevel, srcX, srcY, srcZ, dstName, dstTarget, dstLevel, dstX, dstY, dstZ, srcWidth, srcHeight, srcDepth) end |