]> gitweb.factorcode.org Git - factor.git/commit
Add: OpenGL 4+ extensions and demos for them
authorSebastian Strobl <sebastian@strobl.net>
Sat, 16 Sep 2023 05:46:39 +0000 (07:46 +0200)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 16 Sep 2023 16:27:07 +0000 (09:27 -0700)
commite8636880011dfd7b1d635296147787cbe3342252
treec922577d88d9a835a0e5d8eca2857613b2549b5f
parentb1aa36b4c9e9034f006d680b0f2a45b49561257e
Add: OpenGL 4+ extensions and demos for them
18 files changed:
basis/opengl/authors.txt
basis/opengl/gl/authors.txt
basis/opengl/gl/gl.factor
basis/opengl/opengl-docs.factor
basis/opengl/opengl.factor
basis/opengl/shaders/authors.txt
basis/opengl/shaders/shaders-docs.factor
basis/opengl/shaders/shaders.factor
basis/opengl/textures/textures-docs.factor
basis/opengl/textures/textures.factor
extra/glfw/authors.txt [new file with mode: 0644]
extra/glfw/ffi/authors.txt [new file with mode: 0644]
extra/opengl/demos/authors.txt [new file with mode: 0644]
extra/opengl/demos/compute/authors.txt [new file with mode: 0644]
extra/opengl/demos/compute/compute.factor [new file with mode: 0644]
extra/opengl/demos/demos.factor [new file with mode: 0644]
extra/opengl/demos/gl4/authors.txt [new file with mode: 0644]
extra/opengl/demos/gl4/gl4.factor [new file with mode: 0644]