From 80dca084b568e4e77d2a4031ce8625cdabc660ab Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 28 Oct 2021 01:52:12 +0800 Subject: + custom vertex buffer --- Runtime/Graphics/GfxDevice.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Runtime/Graphics/GfxDevice.h') diff --git a/Runtime/Graphics/GfxDevice.h b/Runtime/Graphics/GfxDevice.h index 70ce8e6..ab35428 100644 --- a/Runtime/Graphics/GfxDevice.h +++ b/Runtime/Graphics/GfxDevice.h @@ -8,6 +8,7 @@ #include "Texture.h" #include "DeviceDefine.h" #include "VertexBuffer.h" +#include "SharedVertexBuffer.h" #include "Color.h" struct GfxDeviceSetting -- cgit v1.1-26-g67d0