X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=vg%2Fvg_vector.h;fp=vg%2Fvg_vector.h;h=0000000000000000000000000000000000000000;hb=b5740880fe3ffe59546bb80173ad3a6e1312648e;hp=384fdd9b6d902d90dcc5b77025682ee042f526f4;hpb=b01c552a7b97e1b0ae49da4afc5cef24d68a31f9;p=vg.git diff --git a/vg/vg_vector.h b/vg/vg_vector.h deleted file mode 100644 index 384fdd9..0000000 --- a/vg/vg_vector.h +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright (C) 2021 Harry Godden (hgn) - All Rights Reserved - -struct vg_vector_vert -{ - u16 co[2]; // 8b - u16 uv[2]; // 8b - u32 colour; // 4b - ui_rect clip; //64 8 -}