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).
- 21:24, 16 September 2022 RhoSigma talk contribs protected GlTexParameteri [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:23, 16 September 2022 RhoSigma talk contribs protected GlTexParameterfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:23, 16 September 2022 RhoSigma talk contribs protected GlTexParameterf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:23, 16 September 2022 RhoSigma talk contribs created page GlTexParameterf (Created page with "{{DISPLAYTITLE:_glTexParameterf}} The '''_glTexParameterf''' statement sets texture parameters. {{PageSyntax}} : '''_glTexParameterf''' GLenum {{Parameter|target}}, 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 a...")
- 21:22, 16 September 2022 RhoSigma talk contribs created page GlTexParameterfv (Created page with "{{DISPLAYTITLE:_glTexParameterfv}} The '''_glTexParameterfv''' statement sets texture parameters. {{PageSyntax}} : '''_glTexParameterfv''' GLenum {{Parameter|target}}, 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}} * OpenGL's documen...")
- 21:22, 16 September 2022 RhoSigma talk contribs created page GlTexParameteri (Created page with "{{DISPLAYTITLE:_glTexParameteri}} The '''_glTexParameteri''' statement sets texture parameters. {{PageSyntax}} : '''_glTexParameteri''' GLenum {{Parameter|target}}, 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 ava...")
- 21:22, 16 September 2022 RhoSigma talk contribs created page GlTexParameteriv (Created page with "{{DISPLAYTITLE:_glTexParameteriv}} The '''_glTexParameteriv''' statement sets texture parameters. {{PageSyntax}} : '''_glTexParameteriv''' 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 documenta...")
- 20:58, 16 September 2022 RhoSigma talk contribs protected GlTexGeniv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:58, 16 September 2022 RhoSigma talk contribs protected GlTexGeni [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:58, 16 September 2022 RhoSigma talk contribs protected GlTexGenfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:57, 16 September 2022 RhoSigma talk contribs protected GlTexGenf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:57, 16 September 2022 RhoSigma talk contribs protected GlTexGendv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:57, 16 September 2022 RhoSigma talk contribs protected GlTexGend [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:57, 16 September 2022 RhoSigma talk contribs created page GlTexGend (Created page with "{{DISPLAYTITLE:_glTexGend}} The '''_glTexGend''' statement controls the generation of texture coordinates. {{PageSyntax}} : '''_glTexGend''' GLenum {{Parameter|coord}}, GLenum {{Parameter|pname}}, GLdouble {{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...")
- 20:56, 16 September 2022 RhoSigma talk contribs created page GlTexGendv (Created page with "{{DISPLAYTITLE:_glTexGendv}} The '''_glTexGendv''' statement controls the generation of texture coordinates. {{PageSyntax}} : '''_glTexGendv''' GLenum {{Parameter|coord}}, GLenum {{Parameter|pname}}, const GLdouble {{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 do...")
- 20:56, 16 September 2022 RhoSigma talk contribs created page GlTexGenf (Created page with "{{DISPLAYTITLE:_glTexGenf}} The '''_glTexGenf''' statement controls the generation of texture coordinates. {{PageSyntax}} : '''_glTexGenf''' GLenum {{Parameter|coord}}, 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...")
- 20:56, 16 September 2022 RhoSigma talk contribs created page GlTexGenfv (Created page with "{{DISPLAYTITLE:_glTexGenfv}} The '''_glTexGenfv''' statement controls the generation of texture coordinates. {{PageSyntax}} : '''_glTexGenfv''' GLenum {{Parameter|coord}}, 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}} * OpenGL's doc...")
- 20:56, 16 September 2022 RhoSigma talk contribs created page GlTexGeni (Created page with "{{DISPLAYTITLE:_glTexGeni}} The '''_glTexGeni''' statement controls the generation of texture coordinates. {{PageSyntax}} : '''_glTexGeni''' GLenum {{Parameter|coord}}, 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...")
- 20:56, 16 September 2022 RhoSigma talk contribs created page GlTexGeniv (Created page with "{{DISPLAYTITLE:_glTexGeniv}} The '''_glTexGeniv''' statement controls the generation of texture coordinates. {{PageSyntax}} : '''_glTexGeniv''' GLenum {{Parameter|coord}}, 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 docum...")
- 20:49, 16 September 2022 RhoSigma talk contribs protected GlTexEnvf [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:48, 16 September 2022 RhoSigma talk contribs created page GlTexEnvf (Created page with "{{DISPLAYTITLE:_glTexEnvf}} The '''_glTexEnvf''' statement sets a texture environment parameter. {{PageSyntax}} : '''_glTexEnvf''' GLenum {{Parameter|target}}, 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 availa...")
- 20:48, 16 September 2022 RhoSigma talk contribs protected GlTexEnvfv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:48, 16 September 2022 RhoSigma talk contribs created page GlTexEnvfv (Created page with "{{DISPLAYTITLE:_glTexEnvfv}} The '''_glTexEnvfv''' statement sets a texture environment parameter. {{PageSyntax}} : '''_glTexEnvfv''' GLenum {{Parameter|target}}, 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}} * OpenGL's documentatio...")
- 20:48, 16 September 2022 RhoSigma talk contribs protected GlTexEnvi [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 20:48, 16 September 2022 RhoSigma talk contribs created page GlTexEnvi (Created page with "{{DISPLAYTITLE:_glTexEnvi}} The '''_glTexEnvi''' statement sets a texture environment parameter. {{PageSyntax}} : '''_glTexEnvi''' GLenum {{Parameter|target}}, 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 availabl...")
- 20:47, 16 September 2022 RhoSigma talk contribs protected GlTexEnviv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 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)