Desktop Functions: Smart Device Functions:
|
Search Results for "gluSphere" in [All]glu321: gluSphere
[DllImport(GLU_DLL, EntryPoint ="gluSphere")]
public static extern void gluSphere ( IntPtr quad, double radius, int slices, int stacks ); opengl32
public static extern void gluSphere(IntPtr qobj, double radius, int slices, int stacks); |