Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
mgl:mglmetal [2022/09/06 14:18]
joshryu0425 [Development status]
mgl:mglmetal [2022/09/16 11:53]
joshryu0425 [Specific Commands]
Line 358: Line 358:
 | mglPolygon | vertices with color components | | Draw the given vertices as a triangle strip. | | mglPolygon | vertices with color components | | Draw the given vertices as a triangle strip. |
 | mglArcs | vertices with color, size, and shape components | | Draw the given vertices as points, with various curved shape options. | | mglArcs | vertices with color, size, and shape components | | Draw the given vertices as points, with various curved shape options. |
-| mglUpdateTexture | texture number, width, height, and rgba float texture data | | Replace the given texture'​s contents, to be displayed during this frame.|+| mglUpdateTexture | texture number, width, height, and rgba float texture data | | Replace the given texture'​s contents, to be displayed during this frame. ​ |