shaders: improve corner AA in borders shader
This commit is contained in:
parent
55ccb1a8cf
commit
0920572e70
3 changed files with 16 additions and 3 deletions
3
src/render/shaders/SharedValues.hpp
Normal file
3
src/render/shaders/SharedValues.hpp
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#pragma once
|
||||
|
||||
constexpr float SHADER_ROUNDED_SMOOTHING_FACTOR = M_PI / 5.34665792551;
|
||||
Loading…
Add table
Add a link
Reference in a new issue