2008/7/31 Stefan Dösinger stefan@codeweavers.com:
- if(Adapters[0].opengl) {
Shouldn't you be checking the adapter for which the caps are requested instead?
2008/7/31 Stefan Dösinger stefan@codeweavers.com:
- if(Adapters[0].opengl) {
Shouldn't you be checking the adapter for which the caps are requested instead?
True. In practise it doesn't matter because its unlikely one adapter has GL support and the other doesn't, but still using 0 here isn't right