summaryrefslogtreecommitdiff
path: root/Runtime/Graphics/CustomVertexLayout.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-10-31 19:52:03 +0800
committerchai <chaifix@163.com>2021-10-31 19:52:03 +0800
commit9e0ad4279c8ccf2f419694e4ca15a1372e8b20d6 (patch)
tree8dd4a0e18f33f907ad81d8c12468e4a7da1248c1 /Runtime/Graphics/CustomVertexLayout.h
parente5ffcfb43231c55c1cdd71566e622de7583160a9 (diff)
*rename function name
Diffstat (limited to 'Runtime/Graphics/CustomVertexLayout.h')
-rw-r--r--Runtime/Graphics/CustomVertexLayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Runtime/Graphics/CustomVertexLayout.h b/Runtime/Graphics/CustomVertexLayout.h
index d72c71d..cd68a27 100644
--- a/Runtime/Graphics/CustomVertexLayout.h
+++ b/Runtime/Graphics/CustomVertexLayout.h
@@ -13,7 +13,7 @@ struct CustomVertexLayout
std::vector<VertexAttributeDescriptor> attributes;
// ÖØÖÃpointer£¨startOffset£©Îª0
- void ResetPointer()
+ void RestorePointer()
{
for (int i = 0; i < attributes.size(); ++i)
{