s3dw_surface_new
create a new surface
- Provided by: s3d-doc (Version: 0.2.2.1-3build1)
- Source: s3d
- Report a bug
create a new surface
#include <s3dw.h>
s3dw_surface *s3dw_surface_new(const char *title, float width, float height);
Creates a new surface (a new window) with title "title" and dimension "width" x "height".
See s3dw_surface for information about callbacks which may be defined.
Simon Wunderlich