mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
gobj: Add note to API doc about maximum stride value
This commit is contained in:
parent
c5ccd6232d
commit
614502d183
@ -48,6 +48,9 @@ get_stride() const {
|
||||
* Changes the total number of bytes reserved in the array for each vertex.
|
||||
* You may not reduce this below get_total_bytes(), but you may increase it
|
||||
* arbitrarily.
|
||||
*
|
||||
* You should avoid arrays with stride higher than 2048, which is the typical
|
||||
* limit supported by graphics hardware.
|
||||
*/
|
||||
INLINE void GeomVertexArrayFormat::
|
||||
set_stride(int stride) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user