From 6ead90c0f0e9b9a44c7c1f7137f437faa29fa750 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Sat, 30 Oct 2021 16:54:03 -0400 Subject: Switched to tracking zig-sfml-wrapper as submodule --- src/sfml/graphics/vertex.zig | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 src/sfml/graphics/vertex.zig (limited to 'src/sfml/graphics/vertex.zig') 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, -}; -- cgit v1.3.1