10 lines
413 B
Modula-2
Raw Normal View History

2024-01-06 06:30:23 -05:00
method void begin(int mode) = 0x529d4;
method void draw() = 0x52e08;
2024-01-06 06:30:23 -05:00
method void colorABGR(int color) = 0x52b54;
method void color(int r, int g, int b, int a) = 0x52a48;
2024-07-05 02:33:29 -04:00
method void vertex(float x, float y, float z) = 0x52bc0;
2024-01-06 06:30:23 -05:00
method void vertexUV(float x, float y, float z, float u, float v) = 0x52d40;
method void addOffset(float x, float y, float z) = 0x52d90;
2024-01-22 03:13:54 -05:00
2024-01-23 20:38:41 -05:00
static-property Tesselator instance = 0x137538;