mirror of
https://github.com/libretro/slang-shaders.git
synced 2025-02-20 18:10:51 +00:00
switch to 16-bit float framebuffer instead of 32
looks the same to me.
This commit is contained in:
parent
578f733d47
commit
588bccd4a8
@ -41,7 +41,7 @@ void main()
|
||||
}
|
||||
|
||||
#pragma stage fragment
|
||||
#pragma format R32G32B32A32_SFLOAT
|
||||
#pragma format R16G16B16A16_SFLOAT
|
||||
layout(location = 0) in vec2 vTexCoord;
|
||||
layout(location = 1) in float colorPhase;
|
||||
layout(location = 0) out vec4 FragColor;
|
||||
|
Loading…
x
Reference in New Issue
Block a user