Add color blending for lights

This commit is contained in:
RaveYard 2023-09-20 22:44:05 +02:00 committed by Magnus Norddahl
commit eb134d3fbf
5 changed files with 47 additions and 7 deletions

View file

@ -137,6 +137,8 @@ void VkRaytrace::CreateBuffers()
info.TextureIndex = -1;
}
info.Alpha = surface->alpha;
surfaceInfo.Push(info);
}