From 3239ba18797b1aa098056aa0c2a70e250a27a06c Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 24 Oct 2021 13:24:13 +0800 Subject: * port shader --- Runtime/Graphics/VertexBuffer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Runtime/Graphics/VertexBuffer.cpp') diff --git a/Runtime/Graphics/VertexBuffer.cpp b/Runtime/Graphics/VertexBuffer.cpp index c9f5164..7861d6f 100644 --- a/Runtime/Graphics/VertexBuffer.cpp +++ b/Runtime/Graphics/VertexBuffer.cpp @@ -1,5 +1,5 @@ #include "VertexBuffer.h" -#include "../Profiler/FrameStats.h" +#include "../Profiling/FrameStats.h" void SetupDefaultVertexArray(const VertexArrayInfo& info); void InvalidateVertexInputCache(); -- cgit v1.1-26-g67d0