Hampel
08-31-2005, 10:27 PM
The following snippet of code fails with ATIs 5.8 driver on my X800:
GLuint id[1] = { 0 };
glGenQueriesARB( 1, id );
assert( glIsQueryARB( id[0] ) );Driver bug or misunderstanding of usage pattern?
@mods: wouldn't it be useful to have a separate forum for discussing potential driver bugs, fixes and workarounds?
GLuint id[1] = { 0 };
glGenQueriesARB( 1, id );
assert( glIsQueryARB( id[0] ) );Driver bug or misunderstanding of usage pattern?
@mods: wouldn't it be useful to have a separate forum for discussing potential driver bugs, fixes and workarounds?