Re: wined3d/query: Add support for timestamp queries.
I think timestamp queries are supposed to return GPU-side timestamps. Otherwise I don't see the point in adding a complex d3d query around QueryPerformanceFrequency. There's GL_ARB_timer_query which looks like it does what you need. signature.asc Description: This is a digitally signed message
Re: wined3d/query: Add support for timestamp queries.
On 26 April 2011 19:35, Adam Martinson wrote: > +#include "d3d10.h" I don't think so.