Skip to content

Commit

Permalink
JANITORIAL: Fix behavour and usefull typos in USAGE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raziel- authored Jun 1, 2024
1 parent 29b705c commit 6302fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Comments in shaders are kept (also for generated shaders by fpe_shaders)

##### LIBGL_DEFAULTWRAP
Hack to define default WRAP mode for texture
* 0 : Default wrap mode is GL_REPEAT (normal OpenGL behavour): default on NPOT hardware
* 0 : Default wrap mode is GL_REPEAT (normal OpenGL behaviour): default on NPOT hardware
* 1 : Default wrap mode is GL_CLAMP_TO_EDGE: default on limited NPOT or non-NPOT hardware
* 2 : Default wrap mode is GL_CLAMP_TO_EDGE, enforced (not advised)

Expand All @@ -265,7 +265,7 @@ For the Color Attachment 0 to be a Texture2D (even if program attachs a Renderbu
##### LIBGL_BLITFULLSCREEN
Hack to trigger a SwapBuffers when a Full Framebuffer Blit on default FBO is done
* 0 : Don't force
* 1 : Default: Activate the hack (usefull with Wine/D3D)
* 1 : Default: Activate the hack (useful with Wine/D3D)

##### LIBGL_NOARBPROGRAM
Don't expose ARB Program extensions (GL_ARB_vertex_program, GL_ARB_fragment_program and GL_EXT_program_parameters)
Expand Down

0 comments on commit 6302fae

Please sign in to comment.