Browse Source

Fixed PrimitiveQuery documentation.

Somehow this slipped through when splitting out the timer functions into
TimeQuery in 5f00a1926d (a year ago!).
pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
aaa6d2e2b1
  1. 4
      src/Magnum/Query.h

4
src/Magnum/Query.h

@ -153,10 +153,10 @@ template<> Long MAGNUM_EXPORT AbstractQuery::result<Long>();
#ifndef MAGNUM_TARGET_GLES2
/**
@brief Query for primitives and elapsed time
@brief Query for primitives
Queries count of generated primitives from vertex shader, geometry shader or
transform feedback and elapsed time. Example usage:
transform feedback. Example usage:
@code
PrimitiveQuery q;

Loading…
Cancel
Save