diff options
author | chai <chaifix@163.com> | 2021-10-31 17:13:50 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-31 17:13:50 +0800 |
commit | 4b24de9ef863f54eb09a5fa1f18e2905cedcc439 (patch) | |
tree | 71a816c891ea355529a6a4e0665e0137b4f4810e /Runtime/Rendering | |
parent | 601442f94fc0dcfdc5a117c5f87d90b156d53045 (diff) |
+ shader command
Diffstat (limited to 'Runtime/Rendering')
-rw-r--r-- | Runtime/Rendering/Quad.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Runtime/Rendering/Quad.cpp b/Runtime/Rendering/Quad.cpp index b4f81ee..6378bf0 100644 --- a/Runtime/Rendering/Quad.cpp +++ b/Runtime/Rendering/Quad.cpp @@ -58,4 +58,4 @@ void Quad::Draw() g_SharedVBO.ReleaseChunk(4, 6); g_SharedVBO.DrawChunk(layout); -}
\ No newline at end of file +} |