diff options
| author | tslil clingman <> | 2021-10-30 16:54:03 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-10-30 16:56:41 -0400 |
| commit | 6ead90c0f0e9b9a44c7c1f7137f437faa29fa750 (patch) | |
| tree | 38cbaff4f606689a149865d5708dadac47ee43db /src/sfml/graphics/vertex.zig | |
| parent | 48dee0817f5fe8c09a085f0150e0c6b4a699ab7c (diff) | |
Switched to tracking zig-sfml-wrapper as submodule
Diffstat (limited to 'src/sfml/graphics/vertex.zig')
| -rw-r--r-- | src/sfml/graphics/vertex.zig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/sfml/graphics/vertex.zig b/src/sfml/graphics/vertex.zig deleted file mode 100644 index 97b25f5..0000000 --- a/src/sfml/graphics/vertex.zig +++ /dev/null @@ -1,9 +0,0 @@ -//! Define a point with color and texture coordinates. - -const sf = @import("../sfml.zig"); - -pub const Vertex = packed struct { - position: sf.system.Vector2f, - color: sf.graphics.Color, - tex_coords: sf.system.Vector2f, -}; |
