Skip to content

Commit

Permalink
Bump OpenGL version to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaivel committed May 21, 2024
1 parent 7dfa30e commit a3e4f24
Show file tree
Hide file tree
Showing 4 changed files with 442 additions and 46 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ This list describes the amount of functions left from each standard to implement
- [x] 2.0 (~93 total)
- [x] 2.1 (~6 total)
- [ ] OpenGL 3
- [ ] 3.0 (~23 remaining) (~84 total)
- [ ] 3.1 (~7 remaining) (~15 total)
- [x] 3.0 (~84 total)
- [x] 3.1 (~15 total)
- [ ] 3.2 (~14 remaining) (~19 total)
- [ ] 3.3 (~29 remaining) (~58 total)
- [ ] OpenGL 4
Expand Down
2 changes: 1 addition & 1 deletion inc/sharedgl.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
#define SGL_OFFSET_REGISTER_RETVAL_V (sizeof(int) * 13)
#define SGL_OFFSET_COMMAND_START 0x1000

#define SGL_DEFAULT_MAJOR 2
#define SGL_DEFAULT_MAJOR 3
#define SGL_DEFAULT_MINOR 1

#define SGL_SHARED_MEMORY_NAME "sharedgl_shared_memory"
Expand Down
Loading

0 comments on commit a3e4f24

Please sign in to comment.