init
This commit is contained in:
commit
2fe6ca2f65
1473 changed files with 251771 additions and 0 deletions
11
gamedata/shaders/d3d11/hud_font2.ps.hlsl
Normal file
11
gamedata/shaders/d3d11/hud_font2.ps.hlsl
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#include "common.hlsli"
|
||||
|
||||
// Pixel
|
||||
float4 main(p_TL I) : SV_Target
|
||||
{
|
||||
float4 r = s_base.Sample(smp_base, I.Tex0);
|
||||
r.w = 1 - r.w;
|
||||
|
||||
return r;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue