gl caps?

hi,

is there any way to get pixelformat or any other capability information on current HW without having a window or a context :confused:

thnx.

No, there is not.

However, you can easily create a hidden window, create a context in that, get the information you need, and dispose that context/window before creating your real context.

guessed so… :frowning: thnx anyhoo