Commit 5d7da18d authored by Miikka Heikkinen's avatar Miikka Heikkinen Committed by Pasi Keränen
Browse files

Added conformance note about buffer checks in draw calls


Task-number: QTBUG-45074
Task-number: QTBUG-45195
Change-Id: I00a9f300304c426aa49942af5111f1fc681c91c6
Reviewed-by: default avatarPasi Keränen <pasi.keranen@digia.com>
Showing with 3 additions and 0 deletions
...@@ -197,5 +197,8 @@ ...@@ -197,5 +197,8 @@
* *
* \li No special error detection for binding attributes to overlapping locations * \li No special error detection for binding attributes to overlapping locations
* (i.e. attribute aliasing) when linking a shader program. * (i.e. attribute aliasing) when linking a shader program.
*
* \li The drawArrays and drawElements calls don't check for the validity of the enabled
* attributes or the buffers they point to.
* \endlist * \endlist
*/ */
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment