shaders: improve corner AA in borders shader

This commit is contained in:
Vaxry 2024-11-05 16:11:05 +00:00
parent 55ccb1a8cf
commit 0920572e70
3 changed files with 16 additions and 3 deletions

View file

@ -0,0 +1,3 @@
#pragma once
constexpr float SHADER_ROUNDED_SMOOTHING_FACTOR = M_PI / 5.34665792551;