RwGetTextureFrameStep(RwTexture *texture);
Description
Retrieves the textures frame step size.
Arguments
texture Pointer to the texture.
Return Value
The current step size to be used by RwTextureNextFrame(). Errors can be checked for using RwGetError().
See Also