s3d_push_textures
push many textures
- Provided by: s3d-doc (Version: 0.2.2.1-3build1)
- Source: s3d
- Report a bug
push many textures
#include <s3d.h>
int s3d_push_textures(int object, const uint16_t *tbuf, uint16_t n);
As for vertices, you can push arrays of textures on the texture stack to have greater performance. The tbuf should contain n texture sizes which consist of 2 uint16_t values for width and height for each texture.
Simon Wunderlich