RT Multisampling

This commit is contained in:
IlyaShurupov 2023-10-19 19:11:29 +03:00
parent 3396e69b47
commit 93a90e0291
7 changed files with 120 additions and 37 deletions

View file

@ -48,6 +48,7 @@ namespace tp {
struct RenderSettings {
uhalni depth = 2;
uhalni spray = 1;
ualni multisampling = 1;
Vec2I size;
};