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