GlReadPixels: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 January 2023

26 November 2022

17 September 2022

22 July 2022

19 July 2022

  • curprev 15:1815:18, 19 July 2022RhoSigma talk contribsm 918 bytes 0 Protected "GlReadPixels" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 15:1815:18, 19 July 2022RhoSigma talk contribs 918 bytes −8,957 Replaced content with "{{DISPLAYTITLE:_glReadPixels}} The '''_glReadPixels''' statement reads a block of pixels from the framebuffer. {{PageSyntax}} : '''_glReadPixels''' GLint {{Parameter|x}}, GLint {{Parameter|y}}, GLsizei {{Parameter|width}}, GLsizei {{Parameter|height}}, GLenum {{Parameter|format}}, GLenum {{Parameter|type}}, GLvoid {{Parameter|*pixels}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table..." Tag: Replaced

5 June 2022

2 June 2022

4 May 2022

1 May 2022

  • curprev 06:0806:08, 1 May 2022SMcNeill talk contribs 10,368 bytes +10,368 Created page with "'''_glReadPixels:''' read a block of pixels from the frame buffer {{PageSyntax}} SUB _glReadPixels (BYVAL x AS LONG, BYVAL y AS LONG, BYVAL width AS LONG, BYVAL height AS LONG, BYVAL format AS _UNSIGNED LONG, BYVAL type AS _UNSIGNED LONG, pixels AS _OFFSET) void '''_glReadPixels'''(GLint {{Parameter|x}}, GLint {{Parameter|y}}, GLsizei {{Parameter|width}}, GLsizei {{Parameter|height}}, GLenum {{Parameter|format}}, GLenum {{Parameter|type}}, GLvoid * {{Parameter|dat..."