mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Updated docs.
This commit is contained in:
@@ -2166,9 +2166,15 @@ namespace bgfx
|
||||
///
|
||||
void destroy(IndexBufferHandle _handle);
|
||||
|
||||
/// Create vertex declaration.
|
||||
///
|
||||
/// @attention C99 equivalent is `bgfx_create_vertex_decl`.
|
||||
///
|
||||
VertexDeclHandle createVertexDecl(const VertexDecl& _decl);
|
||||
|
||||
/// Destroy vertex declaration.
|
||||
///
|
||||
/// @attention C99 equivalent is `bgfx_destroy_vertex_decl`.
|
||||
///
|
||||
void destroy(VertexDeclHandle _handle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user