|
Looking for MiniGL documentation |
Posted on: 2016/2/21 15:56
#1 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2007/7/14 21:30 From Lothric
Posts: 1243
|
Seems that SDK doesn't have AutoDoc for MiniGL. Is there one?
Especially context resizing (per window) would be useful reading. |
|
|
Re: Looking for MiniGL documentation |
Posted on: 2016/2/21 17:00
#2 |
---|---|---|
Home away from home
![]() ![]() Joined:
2006/12/4 23:15 Posts: 2233
|
@Capehill
Don't think there is an autodoc per seh. As to context resizing, take a look at the belnder src on os4depot. blender-svn/blender/intern/ghost/intern/GHOST_WindowOS4.cpp GHOST_WindowOS4::setDisplayMode() or the glut src should also gives some clues. |
|
|
Re: Looking for MiniGL documentation |
Posted on: 2016/2/22 19:16
#3 |
---|---|---|
Just can't stay away
![]() ![]() Joined:
2007/7/14 21:30 From Lothric
Posts: 1243
|
@broadblues
Thanks, checked. Here is the current approach, I guess it's similar: https://sourceforge.net/p/sdl2-amigaos ... aos4/SDL_os4opengl.c#l373 |
|