q
Size: a a a
q
q
GLuint 32 Unsigned binary integer GL_UNSIGNED_INT
SS
SS
q
SS
SS
SS
q
SS
SS
q
q
q
SS
SS
SS
SS
q
vertices = np.array([
0.5, 0.5, 0.0,
0.5, -0.5, 0.0,
-0.5, -0.5, 0.0,
-0.5, 0.5, 0.0], dtype=np.float32)
indices = np.array([
0, 1, 3,
1, 2, 3], dtype=np.uint32)
SS