Move wapp to vendor dir

This commit is contained in:
2026-07-26 14:15:27 +01:00
parent 3c1997e2b1
commit cc2d0cea6e
72 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ build: vendor
bear -a -- {{CC}} -g -c {{VK_FLAGS}} {{VK_SDK}}/include/volk/volk.c -o {{BUILDDIR}}/volk.o bear -a -- {{CC}} -g -c {{VK_FLAGS}} {{VK_SDK}}/include/volk/volk.c -o {{BUILDDIR}}/volk.o
bear -a -- {{CC}} -g -c {{VK_FLAGS}} src/prism/rhi/pr_rhi.c -o {{BUILDDIR}}/pr_rhi.o bear -a -- {{CC}} -g -c {{VK_FLAGS}} src/prism/rhi/pr_rhi.c -o {{BUILDDIR}}/pr_rhi.o
bear -a -- {{CC}} -g -c {{VK_FLAGS}} src/prism/rhi/vulkan/pr_rhi_vk.c -o {{BUILDDIR}}/pr_rhi_vk.o bear -a -- {{CC}} -g -c {{VK_FLAGS}} src/prism/rhi/vulkan/pr_rhi_vk.c -o {{BUILDDIR}}/pr_rhi_vk.o
bear -a -- {{CC}} -g -c src/wapp/wapp.c -o {{BUILDDIR}}/wapp.o bear -a -- {{CC}} -g -c src/vendor/wapp/wapp.c -o {{BUILDDIR}}/wapp.o
bear -a -- {{CXX}} -g -c {{VK_FLAGS}} -Wno-nullability-completeness -DVK_NO_PROTOTYPES \ bear -a -- {{CXX}} -g -c {{VK_FLAGS}} -Wno-nullability-completeness -DVK_NO_PROTOTYPES \
{{APP_INC}} \ {{APP_INC}} \
src/main.cpp \ src/main.cpp \
+1 -1
View File
@@ -7,7 +7,7 @@
#ifndef PR_RHI_TYPES_H #ifndef PR_RHI_TYPES_H
#define PR_RHI_TYPES_H #define PR_RHI_TYPES_H
#include "../../wapp/wapp.h" #include "../../vendor/wapp/wapp.h"
#define PR_RHI_LOD_CLAMP_NONE 1000.0f #define PR_RHI_LOD_CLAMP_NONE 1000.0f
View File
View File
View File
View File