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).
- 22:25, 22 July 2022 RhoSigma talk contribs protected GlEdgeFlagPointer [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:25, 22 July 2022 RhoSigma talk contribs created page GlEdgeFlagPointer (Created page with "{{DISPLAYTITLE:_glEdgeFlagPointer}} The '''_glEdgeFlagPointer''' statement defines an array of edge flags. {{PageSyntax}} : '''_glEdgeFlagPointer''' 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 documentation is availab...")
- 22:23, 22 July 2022 RhoSigma talk contribs protected GlEdgeFlag [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:23, 22 July 2022 RhoSigma talk contribs created page GlEdgeFlag (Created page with "{{DISPLAYTITLE:_glEdgeFlag}} The '''_glEdgeFlag''' statement flags edges as either boundary or nonboundary. {{PageSyntax}} : '''_glEdgeFlag''' GLboolean {{Parameter|flag}} {{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...")
- 22:16, 22 July 2022 RhoSigma talk contribs protected GlDrawPixels [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:15, 22 July 2022 RhoSigma talk contribs created page GlDrawPixels (Created page with "{{DISPLAYTITLE:_glDrawPixels}} The '''_glDrawPixels''' statement writes a block of pixels to the framebuffer. {{PageSyntax}} : '''_glDrawPixels''' GLsizei {{Parameter|width}}, GLsizei {{Parameter|height}}, GLenum {{Parameter|format}}, GLenum {{Parameter|type}}, const GLvoid {{Parameter|*pixels}} {{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]...")
- 22:13, 22 July 2022 RhoSigma talk contribs protected GlDisableClientState [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:13, 22 July 2022 RhoSigma talk contribs created page GlDisableClientState (Created page with "{{DISPLAYTITLE:_glDisableClientState}} The '''_glDisableClientState''' statement does disable arrays. {{PageSyntax}} : '''_glDisableClientState''' GLenum {{Parameter|array}} {{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:13, 22 July 2022 RhoSigma talk contribs protected GlEnableClientState [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:13, 22 July 2022 RhoSigma talk contribs created page GlEnableClientState (Created page with "{{DISPLAYTITLE:_glEnableClientState}} The '''_glEnableClientState''' statement does enable arrays. {{PageSyntax}} : '''_glEnableClientState''' GLenum {{Parameter|array}} {{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 i...")
- 22:02, 22 July 2022 RhoSigma talk contribs protected GlDeleteLists [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:02, 22 July 2022 RhoSigma talk contribs created page GlDeleteLists (Created page with "{{DISPLAYTITLE:_glDeleteLists}} The '''_glDeleteLists''' statement deletes a contiguous group of display lists. {{PageSyntax}} : '''_glDeleteLists''' GLuint {{Parameter|list}}, GLsizei {{Parameter|range}} {{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...")
- 22:00, 22 July 2022 RhoSigma talk contribs protected GlCopyPixels [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 22:00, 22 July 2022 RhoSigma talk contribs created page GlCopyPixels (Created page with "{{DISPLAYTITLE:_glCopyPixels}} The '''_glCopyPixels''' statement copies pixels in the framebuffer. {{PageSyntax}} : '''_glCopyPixels''' GLint {{Parameter|x}}, GLint {{Parameter|y}}, GLsizei {{Parameter|width}}, GLsizei {{Parameter|height}}, GLenum {{Parameter|type}} {{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}} {{P...")
- 21:58, 22 July 2022 RhoSigma talk contribs protected GlColorPointer [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:58, 22 July 2022 RhoSigma talk contribs created page GlColorPointer (Created page with "{{DISPLAYTITLE:_glColorPointer}} The '''_glColorPointer''' statement defines an array of colors. {{PageSyntax}} : '''_glColorPointer''' 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. {{OpenGLTypesPlugin}} {{PageDescripti...")
- 21:57, 22 July 2022 RhoSigma talk contribs protected GlColorMaterial [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 21:56, 22 July 2022 RhoSigma talk contribs created page GlColorMaterial (Created page with "{{DISPLAYTITLE:_glColorMaterial}} The '''_glColorMaterial''' statement causes a material color to track the current color. {{PageSyntax}} : '''_glColorMaterial''' GLenum {{Parameter|face}}, 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 availa...")
- 19:43, 22 July 2022 RhoSigma talk contribs protected GlColor3dv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 19:42, 22 July 2022 RhoSigma talk contribs created page GlColor3dv (Created page with "{{DISPLAYTITLE:_glColor3dv}} The '''_glColor3dv''' statement sets the current color from an already existing GLdouble array of RGB color values. {{PageSyntax}} : '''_glColor3dv''' 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...")
- 19:39, 22 July 2022 RhoSigma talk contribs protected GlColor3d [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 19:39, 22 July 2022 RhoSigma talk contribs created page GlColor3d (Created page with "{{DISPLAYTITLE:_glColor3d}} The '''_glColor3d''' statement sets the current color using GLdouble RGB values. {{PageSyntax}} : '''_glColor3d''' GLdouble {{Parameter|red}}, GLdouble {{Parameter|green}}, GLdouble {{Parameter|blue}} {{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 documentat...")
- 19:33, 22 July 2022 RhoSigma talk contribs protected GlColor3bv [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 19:32, 22 July 2022 RhoSigma talk contribs protected GlColor3b [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 19:09, 22 July 2022 RhoSigma talk contribs created page GlColor3bv (Created page with "{{DISPLAYTITLE:_glColor3bv}} The '''_glColor3bv''' statement sets the current color from an already existing GLbyte array of RGB color values. {{PageSyntax}} : '''_glColor3bv''' 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 s...")
- 19:06, 22 July 2022 RhoSigma talk contribs created page GlColor3b (Created page with "{{DISPLAYTITLE:_glColor3b}} The '''_glColor3b''' statement sets the current color using GLbyte RGB values. {{PageSyntax}} : '''_glColor3b''' GLbyte {{Parameter|red}}, GLbyte {{Parameter|green}}, GLbyte {{Parameter|blue}} {{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...")
- 18:44, 22 July 2022 RhoSigma talk contribs protected GlClipPlane [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 18:44, 22 July 2022 RhoSigma talk contribs created page GlClipPlane (Created page with "{{DISPLAYTITLE:_glClipPlane}} The '''_glClipPlane''' statement specifies a plane against which all geometry is clipped. {{PageSyntax}} : '''_glClipPlane''' GLenum {{Parameter|plane}}, const GLdouble {{Parameter|*equation}} {{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...")
- 18:42, 22 July 2022 RhoSigma talk contribs protected GlClearIndex [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 18:42, 22 July 2022 RhoSigma talk contribs created page GlClearIndex (Created page with "{{DISPLAYTITLE:_glClearIndex}} The '''_glClearIndex''' statement specifies the clear value for the color-index buffers. {{PageSyntax}} : '''_glClearIndex''' GLfloat {{Parameter|c}} {{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...")
- 18:41, 22 July 2022 RhoSigma talk contribs protected GlClearAccum [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 18:40, 22 July 2022 RhoSigma talk contribs created page GlClearAccum (Created page with "{{DISPLAYTITLE:_glClearAccum}} The '''_glClearAccum''' statement specifies the clear values for the accumulation buffer. {{PageSyntax}} : '''_glClearAccum''' GLfloat {{Parameter|red}}, GLfloat {{Parameter|green}}, GLfloat {{Parameter|blue}}, GLfloat {{Parameter|alpha}} {{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}}...")
- 18:39, 22 July 2022 RhoSigma talk contribs protected GlCallLists [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 18:39, 22 July 2022 RhoSigma talk contribs created page GlCallLists (Created page with "{{DISPLAYTITLE:_glCallLists}} The '''_glCallLists''' statement executes a list of display lists. {{PageSyntax}} : '''_glCallLists''' GLsizei {{Parameter|n}}, GLenum {{Parameter|type}}, const GLvoid {{Parameter|*lists}} {{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...")
- 18:38, 22 July 2022 RhoSigma talk contribs protected GlCallList [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 18:37, 22 July 2022 RhoSigma talk contribs created page GlCallList (Created page with "{{DISPLAYTITLE:_glCallList}} The '''_glCallList''' statement executes a display list. {{PageSyntax}} : '''_glCallList''' GLuint {{Parameter|list}} {{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 another time...")
- 16:09, 21 July 2022 RhoSigma talk contribs protected GlBlendFunc [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:09, 21 July 2022 RhoSigma talk contribs created page GlBlendFunc (Created page with "{{DISPLAYTITLE:_glBlendFunc}} The '''_glBlendFunc''' statement specifies pixel arithmetic. {{PageSyntax}} : '''_glBlendFunc''' GLenum {{Parameter|sfactor}}, GLenum {{Parameter|dfactor}} {{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 w...")
- 16:04, 21 July 2022 RhoSigma talk contribs protected GlBitmap [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:03, 21 July 2022 RhoSigma talk contribs created page GlBitmap (Created page with "{{DISPLAYTITLE:_glBitmap}} The '''_glBitmap''' statement draws a bitmap. {{PageSyntax}} : '''_glBitmap''' GLSizei {{Parameter|width}}, GLSizei {{Parameter|height}}, GLfloat {{Parameter|xorig}}, GLfloat {{Parameter|yorig}}, GLfloat {{Parameter|xmove}}, GLfloat {{Parameter|ymove}}, const GLubyte {{Parameter|*bitmap}} {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to find the respective QB...")
- 15:52, 21 July 2022 RhoSigma talk contribs protected GlEnd [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 15:52, 21 July 2022 RhoSigma talk contribs created page GlEnd (Created page with "{{DISPLAYTITLE:_glEnd}} The '''_glEnd''' statement does end a block of vertices of a primitive or a group of like primitives. {{PageSyntax}} : '''_glEnd''' {{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/glend Microsoft Docs] and is also valid for QB64 usage. {{PageSeeAlso}} * _...")
- 15:51, 21 July 2022 RhoSigma talk contribs protected GlBegin [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 15:51, 21 July 2022 RhoSigma talk contribs created page GlBegin (Created page with "{{DISPLAYTITLE:_glBegin}} The '''_glBegin''' statement does start a block of vertices of a primitive or a group of like primitives. {{PageSyntax}} : '''_glBegin''' 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...")
- 17:07, 20 July 2022 RhoSigma talk contribs created page Grey Scale Bitmaps (Created page with "Grey scale is necessary for compatibility with QBasic's legacy SCREEN modes when viewing 24/32 bit bitmaps! You may also desire grey scale images for aesthetic or artistic reasons. * Set each color '''attribute''''s RGB '''intensities''' to the same value while incrementing the attribute values and intensity levels. * Don't exceed 63 when using OUT in legacy screen modes 12 or 13. Screens 7 and 9 use DAC color settings. * If using a ''...")
- 16:56, 20 July 2022 RhoSigma talk contribs protected GlArrayElement [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:56, 20 July 2022 RhoSigma talk contribs created page GlArrayElement (Created page with "{{DISPLAYTITLE:_glArrayElement}} The '''_glArrayElement''' statement specifies the array elements used to render a vertex. {{PageSyntax}} : '''_glArrayElement''' GLint {{Parameter|index}} {{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...")
- 16:53, 20 July 2022 RhoSigma talk contribs protected GlAreTexturesResident [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)
- 16:52, 20 July 2022 RhoSigma talk contribs created page GlAreTexturesResident (Created page with "{{DISPLAYTITLE:_glAreTexturesResident}} The '''_glAreTexturesResident''' function determines whether specified texture objects are resident in texture memory. {{PageSyntax}} : GLboolean {{Parameter|flag}} = '''_glAreTexturesResident''' (GLsizei {{Parameter|n}}, const GLuint {{Parameter|*textures}}, GLboolean {{Parameter|*residences}}) {{PageParameters}} * OpenGL is using its own set of variable types to describe its command parameters. * Use the following table to fi...")
- 23:47, 19 July 2022 RhoSigma talk contribs protected GlViewport [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist)