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:47, 16 September 2022 RhoSigma talk contribs created page GlTexEnviv (Created page with "{{DISPLAYTITLE:_glTexEnviv}} The '''_glTexEnviv''' statement sets a texture environment parameter. {{PageSyntax}} : '''_glTexEnviv''' GLenum {{Parameter|target}}, GLenum {{Parameter|pname}}, const GLint {{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}} * OpenGL's documentation...")
  • 16:03, 16 September 2022 RhoSigma talk contribs protected GlTexCoordPointer [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 16:03, 16 September 2022 RhoSigma talk contribs created page GlTexCoordPointer (Created page with "{{DISPLAYTITLE:_glTexCoordPointer}} The '''_glTexCoordPointer''' statement defines an array of texture coordinates. {{PageSyntax}} : '''_glTexCoordPointer''' GLint {{Parameter|size}}, 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. {{OpenGLTypesPlug...")
  • 13:23, 15 September 2022 RhoSigma talk contribs protected GlTexCoord4sv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:23, 15 September 2022 RhoSigma talk contribs created page GlTexCoord4sv (Created page with "{{DISPLAYTITLE:_glTexCoord4sv}} The '''_glTexCoord4sv''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord4sv''' 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 reprodu...")
  • 13:23, 15 September 2022 RhoSigma talk contribs protected GlTexCoord4s [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:23, 15 September 2022 RhoSigma talk contribs created page GlTexCoord4s (Created page with "{{DISPLAYTITLE:_glTexCoord4s}} The '''_glTexCoord4s''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord4s''' GLshort {{Parameter|s}}, GLshort {{Parameter|t}}, GLshort {{Parameter|r}}, GLshort {{Parameter|q}} {{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...")
  • 13:23, 15 September 2022 RhoSigma talk contribs protected GlTexCoord4iv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:22, 15 September 2022 RhoSigma talk contribs created page GlTexCoord4iv (Created page with "{{DISPLAYTITLE:_glTexCoord4iv}} The '''_glTexCoord4iv''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord4iv''' 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...")
  • 13:22, 15 September 2022 RhoSigma talk contribs protected GlTexCoord4i [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:22, 15 September 2022 RhoSigma talk contribs created page GlTexCoord4i (Created page with "{{DISPLAYTITLE:_glTexCoord4i}} The '''_glTexCoord4i''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord4i''' GLint {{Parameter|s}}, GLint {{Parameter|t}}, GLint {{Parameter|r}}, GLint {{Parameter|q}} {{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 document...")
  • 13:22, 15 September 2022 RhoSigma talk contribs protected GlTexCoord4fv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:21, 15 September 2022 RhoSigma talk contribs created page GlTexCoord4fv (Created page with "{{DISPLAYTITLE:_glTexCoord4fv}} The '''_glTexCoord4fv''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord4fv''' 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 reprodu...")
  • 13:21, 15 September 2022 RhoSigma talk contribs protected GlTexCoord4f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:21, 15 September 2022 RhoSigma talk contribs created page GlTexCoord4f (Created page with "{{DISPLAYTITLE:_glTexCoord4f}} The '''_glTexCoord4f''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord4f''' GLfloat {{Parameter|s}}, GLfloat {{Parameter|t}}, GLfloat {{Parameter|r}}, GLfloat {{Parameter|q}} {{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...")
  • 13:21, 15 September 2022 RhoSigma talk contribs protected GlTexCoord4dv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:21, 15 September 2022 RhoSigma talk contribs created page GlTexCoord4dv (Created page with "{{DISPLAYTITLE:_glTexCoord4dv}} The '''_glTexCoord4dv''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord4dv''' 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 reprod...")
  • 13:21, 15 September 2022 RhoSigma talk contribs protected GlTexCoord4d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 13:21, 15 September 2022 RhoSigma talk contribs created page GlTexCoord4d (Created page with "{{DISPLAYTITLE:_glTexCoord4d}} The '''_glTexCoord4d''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord4d''' GLdouble {{Parameter|s}}, GLdouble {{Parameter|t}}, GLdouble {{Parameter|r}}, GLdouble {{Parameter|q}} {{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}} * OpenG...")
  • 12:45, 15 September 2022 RhoSigma talk contribs protected GlTexCoord3sv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:45, 15 September 2022 RhoSigma talk contribs created page GlTexCoord3sv (Created page with "{{DISPLAYTITLE:_glTexCoord3sv}} The '''_glTexCoord3sv''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord3sv''' 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 reprodu...")
  • 12:44, 15 September 2022 RhoSigma talk contribs protected GlTexCoord3s [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:44, 15 September 2022 RhoSigma talk contribs created page GlTexCoord3s (Created page with "{{DISPLAYTITLE:_glTexCoord3s}} The '''_glTexCoord3s''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord3s''' GLshort {{Parameter|s}}, GLshort {{Parameter|t}}, GLshort {{Parameter|r}} {{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 availabl...")
  • 12:42, 15 September 2022 RhoSigma talk contribs protected GlTexCoord3iv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:42, 15 September 2022 RhoSigma talk contribs created page GlTexCoord3iv (Created page with "{{DISPLAYTITLE:_glTexCoord3iv}} The '''_glTexCoord3iv''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord3iv''' 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...")
  • 12:41, 15 September 2022 RhoSigma talk contribs protected GlTexCoord3i [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:41, 15 September 2022 RhoSigma talk contribs created page GlTexCoord3i (Created page with "{{DISPLAYTITLE:_glTexCoord3i}} The '''_glTexCoord3i''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord3i''' GLint {{Parameter|s}}, GLint {{Parameter|t}}, GLint {{Parameter|r}} {{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...")
  • 12:26, 15 September 2022 RhoSigma talk contribs protected GlTexCoord3fv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:26, 15 September 2022 RhoSigma talk contribs created page GlTexCoord3fv (Created page with "{{DISPLAYTITLE:_glTexCoord3fv}} The '''_glTexCoord3fv''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord3fv''' 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 reprodu...")
  • 12:25, 15 September 2022 RhoSigma talk contribs protected GlTexCoord3f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:25, 15 September 2022 RhoSigma talk contribs created page GlTexCoord3f (Created page with "{{DISPLAYTITLE:_glTexCoord3f}} The '''_glTexCoord3f''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord3f''' GLfloat {{Parameter|s}}, GLfloat {{Parameter|t}}, GLfloat {{Parameter|r}} {{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 availabl...")
  • 12:22, 15 September 2022 RhoSigma talk contribs protected GlTexCoord3dv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:22, 15 September 2022 RhoSigma talk contribs created page GlTexCoord3dv (Created page with "{{DISPLAYTITLE:_glTexCoord3dv}} The '''_glTexCoord3dv''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord3dv''' 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 reprod...")
  • 12:20, 15 September 2022 RhoSigma talk contribs protected GlTexCoord3d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 12:20, 15 September 2022 RhoSigma talk contribs created page GlTexCoord3d (Created page with "{{DISPLAYTITLE:_glTexCoord3d}} The '''_glTexCoord3d''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord3d''' GLdouble {{Parameter|s}}, GLdouble {{Parameter|t}}, GLdouble {{Parameter|r}} {{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 avail...")
  • 21:26, 14 September 2022 RhoSigma talk contribs protected GlTexCoord2s [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 21:26, 14 September 2022 RhoSigma talk contribs created page GlTexCoord2s (Created page with "{{DISPLAYTITLE:_glTexCoord2s}} The '''_glTexCoord2s''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord2s''' GLshort {{Parameter|s}}, GLshort {{Parameter|t}} {{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 w...")
  • 21:25, 14 September 2022 RhoSigma talk contribs protected GlTexCoord2iv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 21:25, 14 September 2022 RhoSigma talk contribs created page GlTexCoord2iv (Created page with "{{DISPLAYTITLE:_glTexCoord2iv}} The '''_glTexCoord2iv''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord2iv''' 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...")
  • 21:25, 14 September 2022 RhoSigma talk contribs protected GlTexCoord2i [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 21:24, 14 September 2022 RhoSigma talk contribs created page GlTexCoord2i (Created page with "{{DISPLAYTITLE:_glTexCoord2i}} The '''_glTexCoord2i''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord2i''' GLint {{Parameter|s}}, GLint {{Parameter|t}} {{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...")
  • 21:23, 14 September 2022 RhoSigma talk contribs protected GlTexCoord2sv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 21:23, 14 September 2022 RhoSigma talk contribs created page GlTexCoord2sv (Created page with "{{DISPLAYTITLE:_glTexCoord2sv}} The '''_glTexCoord2sv''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord2sv''' 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 reprodu...")
  • 21:19, 14 September 2022 RhoSigma talk contribs protected GlTexCoord2fv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 21:19, 14 September 2022 RhoSigma talk contribs created page GlTexCoord2fv (Created page with "{{DISPLAYTITLE:_glTexCoord2fv}} The '''_glTexCoord2fv''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord2fv''' 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 reprodu...")
  • 21:17, 14 September 2022 RhoSigma talk contribs protected GlTexCoord2f [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 21:17, 14 September 2022 RhoSigma talk contribs created page GlTexCoord2f (Created page with "{{DISPLAYTITLE:_glTexCoord2f}} The '''_glTexCoord2f''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord2f''' GLfloat {{Parameter|s}}, GLfloat {{Parameter|t}} {{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 w...")
  • 21:14, 14 September 2022 RhoSigma talk contribs protected GlTexCoord2dv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
  • 21:14, 14 September 2022 RhoSigma talk contribs created page GlTexCoord2dv (Created page with "{{DISPLAYTITLE:_glTexCoord2dv}} The '''_glTexCoord2dv''' statement sets the current texture coordinates. {{PageSyntax}} : '''_glTexCoord2dv''' 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 reprod...")
  • 21:13, 14 September 2022 RhoSigma talk contribs protected GlTexCoord2d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)