summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/examples/common/font/text_buffer_manager.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/examples/common/font/text_buffer_manager.h')
-rw-r--r--3rdparty/bgfx/examples/common/font/text_buffer_manager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/examples/common/font/text_buffer_manager.h b/3rdparty/bgfx/examples/common/font/text_buffer_manager.h
index 788fba800ca..612259589b9 100644
--- a/3rdparty/bgfx/examples/common/font/text_buffer_manager.h
+++ b/3rdparty/bgfx/examples/common/font/text_buffer_manager.h
@@ -87,7 +87,7 @@ private:
BufferCache* m_textBuffers;
bx::HandleAllocT<MAX_TEXT_BUFFER_COUNT> m_textBufferHandles;
FontManager* m_fontManager;
- bgfx::VertexDecl m_vertexDecl;
+ bgfx::VertexLayout m_vertexLayout;
bgfx::UniformHandle s_texColor;
bgfx::ProgramHandle m_basicProgram;
bgfx::ProgramHandle m_distanceProgram;