From 37347bf7811a5fa42c98e2a19adfee15252ee479 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 28 Feb 2025 22:33:58 -0500 Subject: pke: checkpoint: vk renames + first-pass ui Renamed pipeline and descriptor names to be more self-descriptive. UI work is not done, and will not record. Needs vulkan items created (buffers). --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 402d699..2017b25 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ SRC = \ src/project-settings.cpp \ src/static-cube.cpp \ src/static-plane.cpp \ + src/static-ui.cpp \ src/thread-pool.cpp \ src/vendor-cgltf-include.cpp \ src/vendor-stb-image-include.c \ @@ -63,6 +64,8 @@ DST_SHADERS = \ $(DIR_OBJ)/shaders/present.frag.spv \ $(DIR_OBJ)/shaders/glyph.vert.spv \ $(DIR_OBJ)/shaders/glyph.frag.spv \ + $(DIR_OBJ)/shaders/ui-base.vert.spv \ + $(DIR_OBJ)/shaders/ui-base.frag.spv \ SRC_C = $(filter %.c,$(SRC)) SRC_CXX = $(filter %.cpp,$(SRC)) -- cgit v1.2.3