All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 17:14, 1 September 2022 RhoSigma talk contribs protected GlPixelTransferi [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:14, 1 September 2022 RhoSigma talk contribs created page GlPixelTransferi (Created page with "{{DISPLAYTITLE:_glPixelTransferi}} The '''_glPixelTransferi''' statement sets pixel transfer modes. {{PageSyntax}} : '''_glPixelTransferi''' GLenum {{Parameter|pname}}, GLint {{Parameter|param}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places...")
- 17:04, 1 September 2022 RhoSigma talk contribs protected GlPixelMapfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:04, 1 September 2022 RhoSigma talk contribs created page GlPixelMapfv (Created page with "{{DISPLAYTITLE:_glPixelMapfv}} The '''_glPixelMapfv''' statement sets up pixel transfer maps. {{PageSyntax}} : '''_glPixelMapfv''' GLenum {{Parameter|map}}, GLsizei {{Parameter|mapsize}}, const GLfloat {{Parameter|*values}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation i...")
- 17:04, 1 September 2022 RhoSigma talk contribs protected GlPixelMapuiv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:04, 1 September 2022 RhoSigma talk contribs created page GlPixelMapuiv (Created page with "{{DISPLAYTITLE:_glPixelMapuiv}} The '''_glPixelMapuiv''' statement sets up pixel transfer maps. {{PageSyntax}} : '''_glPixelMapuiv''' GLenum {{Parameter|map}}, GLsizei {{Parameter|mapsize}}, const GLuint {{Parameter|*values}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation...")
- 17:04, 1 September 2022 RhoSigma talk contribs protected GlPixelMapusv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 17:04, 1 September 2022 RhoSigma talk contribs created page GlPixelMapusv (Created page with "{{DISPLAYTITLE:_glPixelMapusv}} The '''_glPixelMapusv''' statement sets up pixel transfer maps. {{PageSyntax}} : '''_glPixelMapusv''' GLenum {{Parameter|map}}, GLsizei {{Parameter|mapsize}}, const GLushort {{Parameter|*values}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentati...")
- 16:59, 1 September 2022 RhoSigma talk contribs protected GlPixelZoom [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:59, 1 September 2022 RhoSigma talk contribs created page GlPixelZoom (Created page with "{{DISPLAYTITLE:_glPixelZoom}} The '''_glPixelZoom''' statement specifies the pixel zoom factors. {{PageSyntax}} : '''_glPixelZoom''' GLfloat {{Parameter|xfactor}}, GLfloat {{Parameter|yfactor}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places,...")
- 16:59, 1 September 2022 RhoSigma talk contribs protected GlPassThrough [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:59, 1 September 2022 RhoSigma talk contribs created page GlPassThrough (Created page with "{{DISPLAYTITLE:_glPassThrough}} The '''_glPassThrough''' statement places a marker in the feedback buffer. {{PageSyntax}} : '''_glPassThrough''' GLfloat {{Parameter|token}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduc...")
- 20:39, 31 August 2022 RhoSigma talk contribs protected GlOrtho [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:38, 31 August 2022 RhoSigma talk contribs created page GlOrtho (Created page with "{{DISPLAYTITLE:_glOrtho}} The '''_glOrtho''' statement multiplies the current matrix by an orthographic matrix. {{PageSyntax}} : '''_glOrtho''' GLdouble {{Parameter|left}}, GLdouble {{Parameter|right}}, GLdouble {{Parameter|bottom}}, GLdouble {{Parameter|top}}, GLdouble {{Parameter|zNear}}, GLdouble {{Parameter|zFar}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective...")
- 20:38, 31 August 2022 RhoSigma talk contribs protected GlNormal3sv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:38, 31 August 2022 RhoSigma talk contribs created page GlNormal3sv (Created page with "{{DISPLAYTITLE:_glNormal3sv}} Zhe '''_glNormal3sv''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3sv''' const GLshort {{Parameter|*v}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here f...")
- 20:38, 31 August 2022 RhoSigma talk contribs protected GlNormal3s [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:38, 31 August 2022 RhoSigma talk contribs created page GlNormal3s (Created page with "{{DISPLAYTITLE:_glNormal3s}} The '''_glNormal3s''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3s''' GLshort {{Parameter|nx}}, GLshort {{Parameter|ny}}, GLshort {{Parameter|nz}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in seve...")
- 20:32, 31 August 2022 RhoSigma talk contribs protected GlNormal3f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:32, 31 August 2022 RhoSigma talk contribs created page GlNormal3f (Created page with "{{DISPLAYTITLE:_glNormal3f}} The '''_glNormal3f''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3f''' GLfloat {{Parameter|nx}}, GLfloat {{Parameter|ny}}, GLfloat {{Parameter|nz}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in seve...")
- 20:32, 31 August 2022 RhoSigma talk contribs protected GlNormal3fv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:32, 31 August 2022 RhoSigma talk contribs created page GlNormal3fv (Created page with "{{DISPLAYTITLE:_glNormal3fv}} The '''_glNormal3fv''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3fv''' const GLfloat {{Parameter|*v}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here f...")
- 20:31, 31 August 2022 RhoSigma talk contribs protected GlNormal3i [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:31, 31 August 2022 RhoSigma talk contribs created page GlNormal3i (Created page with "{{DISPLAYTITLE:_glNormal3i}} The '''_glNormal3i''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3i''' GLint {{Parameter|nx}}, GLint {{Parameter|ny}}, GLint {{Parameter|nz}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several pl...")
- 20:31, 31 August 2022 RhoSigma talk contribs protected GlNormal3iv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:31, 31 August 2022 RhoSigma talk contribs created page GlNormal3iv (Created page with "{{DISPLAYTITLE:_glNormal3iv}} The '''_glNormal3iv''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3iv''' const GLint {{Parameter|*v}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here for...")
- 20:24, 31 August 2022 RhoSigma talk contribs protected GlNormal3b [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:24, 31 August 2022 RhoSigma talk contribs created page GlNormal3b (Created page with "{{DISPLAYTITLE:_glNormal3b}} The '''_glNormal3b''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3b''' GLbyte {{Parameter|nx}}, GLbyte {{Parameter|ny}}, GLbyte {{Parameter|nz}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several...")
- 20:24, 31 August 2022 RhoSigma talk contribs protected GlNormal3bv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:24, 31 August 2022 RhoSigma talk contribs created page GlNormal3bv (Created page with "{{DISPLAYTITLE:_glNormal3bv}} The '''_glNormal3bv''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3bv''' const GLbyte {{Parameter|*v}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here fo...")
- 20:23, 31 August 2022 RhoSigma talk contribs protected GlNormal3d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:23, 31 August 2022 RhoSigma talk contribs created page GlNormal3d (Created page with "{{DISPLAYTITLE:_glNormal3d}} The '''_glNormal3d''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3d''' GLdouble {{Parameter|nx}}, GLdouble {{Parameter|ny}}, GLdouble {{Parameter|nz}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in s...")
- 20:23, 31 August 2022 RhoSigma talk contribs protected GlNormal3dv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:23, 31 August 2022 RhoSigma talk contribs created page GlNormal3dv (Created page with "{{DISPLAYTITLE:_glNormal3dv}} The '''_glNormal3dv''' statement sets the current normal vector. {{PageSyntax}} : '''_glNormal3dv''' const GLdouble {{Parameter|*v}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here...")
- 15:49, 31 August 2022 RhoSigma talk contribs protected GlNormalPointer [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 15:49, 31 August 2022 RhoSigma talk contribs created page GlNormalPointer (Created page with "{{DISPLAYTITLE:_glNormalPointer}} The '''_glNormalPointer''' statement defines an array of normals. {{PageSyntax}} : '''_glNormalPointer''' GLenum {{Parameter|type}}, GLsizei {{Parameter|stride}}, const GLvoid {{Parameter|*pointer}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's docume...")
- 15:48, 31 August 2022 RhoSigma talk contribs protected GlNewList [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 15:48, 31 August 2022 RhoSigma talk contribs created page GlNewList (Created page with "{{DISPLAYTITLE:_glNewList}} The '''_glNewList''' and '''_glEndList''' statements create or replace a display list. {{PageSyntax}} : '''_glNewList''' GLuint {{Parameter|list}}, GLenum {{Parameter|mode}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several...")
- 22:56, 30 August 2022 RhoSigma talk contribs protected GlMatrixMode [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:56, 30 August 2022 RhoSigma talk contribs created page GlMatrixMode (Created page with "{{DISPLAYTITLE:_glMatrixMode}} The '''_glMatrixMode''' statement specifies which matrix is the current matrix. {{PageSyntax}} : '''_glMatrixMode''' GLenum {{Parameter|mode}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reprodu...")
- 22:55, 30 August 2022 RhoSigma talk contribs protected GlMultMatrixd [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:55, 30 August 2022 RhoSigma talk contribs created page GlMultMatrixd (Created page with "{{DISPLAYTITLE:_glMultMatrixd}} The '''_glMultMatrixd''' statement multiplies the current matrix by an arbitrary matrix. {{PageSyntax}} : '''_glMultMatrixd''' const GLdouble {{Parameter|*m}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so...")
- 22:54, 30 August 2022 RhoSigma talk contribs protected GlMultMatrixf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:54, 30 August 2022 RhoSigma talk contribs created page GlMultMatrixf (Created page with "{{DISPLAYTITLE:_glMultMatrixf}} The '''_glMultMatrixf''' statement multiplies the current matrix by an arbitrary matrix. {{PageSyntax}} : '''_glMultMatrixf''' const GLfloat {{Parameter|*m}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's documentation is available in several places, so...")
- 22:48, 30 August 2022 RhoSigma talk contribs protected GlMaterialf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:48, 30 August 2022 RhoSigma talk contribs created page GlMaterialf (Created page with "{{DISPLAYTITLE:_glMaterialf}} The '''_glMaterialf''' statement specifies material parameters for the lighting model. {{PageSyntax}} : '''_glMaterialf''' GLenum {{Parameter|face}}, GLenum {{Parameter|pname}}, GLfloat {{Parameter|param}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's doc...")
- 22:47, 30 August 2022 RhoSigma talk contribs protected GlMaterialfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:47, 30 August 2022 RhoSigma talk contribs created page GlMaterialfv (Created page with "{{DISPLAYTITLE:_glMaterialfv}} The '''_glMaterialfv''' statement specifies material parameters for the lighting model. {{PageSyntax}} : '''_glMaterialfv''' GLenum {{Parameter|face}}, GLenum {{Parameter|pname}}, const GLfloat {{Parameter|*params}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * O...")
- 22:47, 30 August 2022 RhoSigma talk contribs protected GlMateriali [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:46, 30 August 2022 RhoSigma talk contribs created page GlMateriali (Created page with "{{DISPLAYTITLE:_glMateriali}} The '''_glMateriali''' statement specifies material parameters for the lighting model. {{PageSyntax}} : '''_glMateriali''' GLenum {{Parameter|face}}, GLenum {{Parameter|pname}}, GLint {{Parameter|param}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB64 Variable Types. {{OpenGLTypesPlugin}} {{PageDescription}} * OpenGL's docum...")