init
This commit is contained in:
commit
2fe6ca2f65
1473 changed files with 251771 additions and 0 deletions
6
gamedata/shaders/d3d11/copy_image.ps.hlsl
Normal file
6
gamedata/shaders/d3d11/copy_image.ps.hlsl
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#include "common.hlsli"
|
||||
|
||||
float4 main(float2 tc : TEXCOORD0) : SV_Target
|
||||
{
|
||||
return s_image.Sample(FILTER_TYPE, tc);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue