tweak types

This commit is contained in:
Lauchmelder 2021-12-23 04:19:44 +01:00
parent ea74fe7076
commit ea280b6382
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,7 @@ Plot3D::Plot3D(const lol::BBox& domainAndRange, float scale, float resolution, P
Triangulate(functionValues, sliceLength, indices);
vao = lol::VAOFactory::Produce(vertices, indices,
{
lol::Layout {
{ 3, GL_FLOAT, GL_FALSE, sizeof(float) * 4, (void*)0 },
{ 1, GL_FLOAT, GL_FALSE, sizeof(float) * 4, (void*)(3 * sizeof(float))}
}

2
vendor/lol vendored

@ -1 +1 @@
Subproject commit 923213a6501f700d4a6556f85bcc2cc48557d140
Subproject commit 711d18e7184fcfc41c1c065b1f97b00f361ab1f8