Fixing raster rendering

This commit is contained in:
mklefrancois 2021-06-17 09:47:19 +02:00
parent afb8fe7874
commit d19c8064c1
3 changed files with 5 additions and 4 deletions

View file

@ -200,7 +200,7 @@ int main(int argc, char** argv)
for(int n = 0; n < 50; ++n)
{
ObjInstance inst;
ObjInstance inst = helloVk.m_objInstance[wusonIndex];
inst.objIndex = wusonIndex;
inst.txtOffset = 0;
float scale = fabsf(disn(gen));