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).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 20:32, 1 September 2022 RhoSigma talk contribs protected GlPushClientAttrib [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:31, 1 September 2022 RhoSigma talk contribs created page GlPushClientAttrib (Created page with "{{DISPLAYTITLE:_glPushClientAttrib}} The '''_glPushClientAttrib''' and '''_glPopClientAttrib''' statements save and restore groups of client-state variables on the client-attribute stack. {{PageSyntax}} : '''_glPushClientAttrib''' GLbitfield {{Parameter|mask}} {{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}} {{PageDes...")
  • 20:31, 1 September 2022 RhoSigma talk contribs protected GlPopClientAttrib [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:30, 1 September 2022 RhoSigma talk contribs created page GlPopClientAttrib (Created page with "{{DISPLAYTITLE:_glPopClientAttrib}} The '''_glPushClientAttrib''' and '''_glPopClientAttrib''' statements save and restore groups of client-state variables on the client-attribute stack. {{PageSyntax}} : '''_glPopClientAttrib''' {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here for another time. * The full description for this command can be found at [https://docs.microsoft.com/en-us/windows/win32/opengl/glpopc...")
  • 20:29, 1 September 2022 RhoSigma talk contribs protected GlPushMatrix [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:29, 1 September 2022 RhoSigma talk contribs created page GlPushMatrix (Created page with "{{DISPLAYTITLE:_glPushMatrix}} The '''_glPushMatrix''' and '''_glPopMatrix''' statements push and pop the current matrix stack. {{PageSyntax}} : '''_glPushMatrix''' {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here for another time. * The full description for this command can be found at [https://docs.microsoft.com/en-us/windows/win32/opengl/glpushmatrix Microsoft Docs] and is also valid for QB64 usage. {{Pag...")
  • 20:28, 1 September 2022 RhoSigma talk contribs protected GlPopMatrix [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:28, 1 September 2022 RhoSigma talk contribs created page GlPopMatrix (Created page with "{{DISPLAYTITLE:_glPopMatrix}} The '''_glPushMatrix''' and '''_glPopMatrix''' statements push and pop the current matrix stack. {{PageSyntax}} : '''_glPopMatrix''' {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here for another time. * The full description for this command can be found at [https://docs.microsoft.com/en-us/windows/win32/opengl/glpopmatrix Microsoft Docs] and is also valid for QB64 usage. {{PageSe...")
  • 20:27, 1 September 2022 RhoSigma talk contribs protected GlPushName [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:27, 1 September 2022 RhoSigma talk contribs created page GlPushName (Created page with "{{DISPLAYTITLE:_glPushName}} The '''_glPushName''' and '''_glPopName''' statements push and pop the name stack. {{PageSyntax}} : '''_glPushName''' GLuint {{Parameter|name}} {{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:27, 1 September 2022 RhoSigma talk contribs protected GlPopName [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 20:26, 1 September 2022 RhoSigma talk contribs created page GlPopName (Created page with "{{DISPLAYTITLE:_glPopName}} The '''_glPushName''' and '''_glPopName''' statements push and pop the name stack. {{PageSyntax}} : '''_glPopName''' {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here for another time. * The full description for this command can be found at [https://docs.microsoft.com/en-us/windows/win32/opengl/glpopname Microsoft Docs] and is also valid for QB64 usage. {{PageSeeAlso}} * _GL|SUB...")
  • 19:58, 1 September 2022 RhoSigma talk contribs protected GlPopAttrib [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 19:58, 1 September 2022 RhoSigma talk contribs created page GlPopAttrib (Created page with "{{DISPLAYTITLE:_glPopAttrib}} The '''_glPushAttrib''' and '''_glPopAttrib''' statements push and pop the attribute stack. {{PageSyntax}} : '''_glPopAttrib''' {{PageDescription}} * OpenGL's documentation is available in several places, so we won't reproduce it here for another time. * The full description for this command can be found at [https://docs.microsoft.com/en-us/windows/win32/opengl/glpopattrib Microsoft Docs] and is also valid for QB64 usage. {{PageSeeAlso...")
  • 19:57, 1 September 2022 RhoSigma talk contribs protected GlPushAttrib [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 19:57, 1 September 2022 RhoSigma talk contribs created page GlPushAttrib (Created page with "{{DISPLAYTITLE:_glPushAttrib}} The '''_glPushAttrib''' and '''_glPopAttrib''' statements push and pop the attribute stack. {{PageSyntax}} : '''_glPushAttrib''' GLbitfield {{Parameter|mask}} {{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...")
  • 19:49, 1 September 2022 RhoSigma talk contribs protected GlPolygonStipple [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 19:49, 1 September 2022 RhoSigma talk contribs created page GlPolygonStipple (Created page with "{{DISPLAYTITLE:_glPolygonStipple}} The '''_glPolygonStipple''' statement sets the polygon stippling pattern. {{PageSyntax}} : '''_glPolygonStipple''' const GLubyte {{Parameter|*mask}} {{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...")
  • 19:49, 1 September 2022 RhoSigma talk contribs protected GlPrioritizeTextures [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 19:49, 1 September 2022 RhoSigma talk contribs created page GlPrioritizeTextures (Created page with "{{DISPLAYTITLE:_glPrioritizeTextures}} The '''_glPrioritizeTextures''' statement sets the residence priority of textures. {{PageSyntax}} : '''_glPrioritizeTextures''' GLsizei {{Parameter|n}}, const GLuint {{Parameter|*textures}}, const GLclampf {{Parameter|*priorities}} {{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}}...")
  • 17:14, 1 September 2022 RhoSigma talk contribs protected GlPixelStoref [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 17:14, 1 September 2022 RhoSigma talk contribs created page GlPixelStoref (Created page with "{{DISPLAYTITLE:_glPixelStoref}} The '''_glPixelStoref''' statement sets pixel storage modes. {{PageSyntax}} : '''_glPixelStoref''' 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 documentation is available in several places, so we...")
  • 17:14, 1 September 2022 RhoSigma talk contribs protected GlPixelStorei [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 17:14, 1 September 2022 RhoSigma talk contribs created page GlPixelStorei (Created page with "{{DISPLAYTITLE:_glPixelStorei}} The '''_glPixelStorei''' statement sets pixel storage modes. {{PageSyntax}} : '''_glPixelStorei''' 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, so we wo...")
  • 17:14, 1 September 2022 RhoSigma talk contribs protected GlPixelTransferf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 17:14, 1 September 2022 RhoSigma talk contribs created page GlPixelTransferf (Created page with "{{DISPLAYTITLE:_glPixelTransferf}} The '''_glPixelTransferf''' statement sets pixel transfer modes. {{PageSyntax}} : '''_glPixelTransferf''' 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 documentation is available in several plac...")
  • 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...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)