s3d_push_texture
push texture
- Provided by: s3d-doc (Version: 0.2.2.1-6build3)
- Source: s3d
- Report a bug
push texture
#include <s3d.h>
int s3d_push_texture(int object, uint16_t w, uint16_t h);
Adds a new texture with height w and height h on the texture stack.
Simon Wunderlich