Fix a lot of small errors/warnings
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
namespace Nz::GL
|
||||
{
|
||||
template<typename F>
|
||||
static VertexArray VertexArray::Build(const Context& context, F&& callback)
|
||||
VertexArray VertexArray::Build(const Context& context, F&& callback)
|
||||
{
|
||||
VertexArray vao;
|
||||
if (!vao.Create(context))
|
||||
|
||||
Reference in New Issue
Block a user