Sign in
◑
Theme
skia
/
external
/
github.com
/
libsdl-org
/
SDL
/
0f3882dbe609ba76843c9b788a2ca02e8a50d437
/
.
/
src
/
render
/
direct3d11
/
D3D11_PixelShader_Advanced.hlsl
blob: aad7b77a112e02aae32cda1b94335cf16c3985ea [
file
]
#include
"D3D11_PixelShader_Common.hlsli"
float4 main
(
PixelShaderInput
input
)
:
SV_TARGET
{
return
AdvancedPixelShader
(
input
);
}