ApraPipes
1.0
Loading...
Searching...
No Matches
GTKView.h
1
// source: https://github.com/aklomp/gtk3-opengl/blob/master/view.h
2
void
initZVal(
void
);
3
const
float
*view_matrix (
void
);
4
void
view_set_window (
int
width,
int
height);
5
void
view_z_decrease (
void
);
6
void
view_z_increase (
void
);
base
include
GTKView.h
Source Commit: ea96e35