Browse Source

Doc: added link to PowerVR hardware best practices.

pull/7/head
Vladimír Vondruš 13 years ago
parent
commit
eb1dff499c
  1. 4
      doc/best-practices.dox

4
doc/best-practices.dox

@ -38,5 +38,9 @@ cannot be later rebound to @ref Buffer::Target "Target::Element". However,
internally (e.g. for setting data or copying). To avoid this, set target hint internally (e.g. for setting data or copying). To avoid this, set target hint
to desired target, either in constructor or using Buffer::setTargetHint(). to desired target, either in constructor or using Buffer::setTargetHint().
@subsection best-practices-powervr PowerVR hardware
- [PowerVR Performance Recommendations](http://www.imgtec.com/powervr/insider/docs/PowerVR.Performance%20Recommendations.1.0.28.External.pdf) [PDF]
*/ */
} }

Loading…
Cancel
Save