diff options
Diffstat (limited to 'Runtime/Graphics/GfxDevice.h')
-rw-r--r-- | Runtime/Graphics/GfxDevice.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |