_glCopyTexSubImage1D

From QB64 Phoenix Edition Wiki
Revision as of 20:23, 13 July 2022 by RhoSigma (talk | contribs)
Jump to navigation Jump to search

The _glCopyTexSubImage1D statement copies a sub-image of a one-dimensional texture image from the framebuffer.


== Syntax == (C/C++)

SUB _glCopyTexSubImage1D (target AS _UNSIGNED LONG, level AS LONG, xoffset AS LONG, x AS LONG, y AS LONG, width AS LONG)


Parameters

  • OpenGL has many predefined attributes and values, which are used with its command parameters. These are detailed in the respective description.


Description

  • The syntax above shall just clarify the type of the command (SUB or FUNCTION) and the correct QB64 Variable Types to use for the respective parameters.
  • The full description can be found at Microsoft Docs and is also valid for QB64.


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link