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/DefaultVertexLayout.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Runtime/Graphics/DefaultVertexLayout.h') diff --git a/Runtime/Graphics/DefaultVertexLayout.h b/Runtime/Graphics/DefaultVertexLayout.h index 2d78518..fbb1f76 100644 --- a/Runtime/Graphics/DefaultVertexLayout.h +++ b/Runtime/Graphics/DefaultVertexLayout.h @@ -35,6 +35,7 @@ struct DefaultVertexLayout namespace VertexLayout { + // ibo无论是default还是custom布局都是short extern uint GetDefaultIndexSize(); extern GLenum GetDefaultIndexFormat(); -- cgit v1.1-26-g67d0