If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
A think a saw a screenshot of macos x 10.2 on apple befor it was realesed and it displayed a open gl window with transparant background, is just me or is this possible? If it is possible, any one got any code sample.
I haven't tried myself, but it's apparently pretty simple: Put your OpenGL view in a borderless window, make the window non-opaque, and set the GL clear color to 0,0,0,0.