Skip to content

opengx 0.16.0

Choose a tag to compare

@WinterMute WinterMute released this 24 Mar 23:53
· 31 commits to master since this release
68f46ad

What's Changed

  • getters: fix glGetBoolean for GL_UNPACK_LSB_FIRST and GL_PACK_SWAP_BYTES by @mardy in #96
  • Prevent Widescreen from Breaking Applications by @Fancy2209 in #105
  • Array refactoring by @mardy in #98
  • Initial OpenGL 2.0 support by @mardy in #99
  • Shader textures by @mardy in #100
  • Shader resources by @mardy in #101
  • docs: add information on OpenGL 2.0+ by @mardy in #102
  • textures: fix texture size on uninitialized textures by @mardy in #103

New Contributors