mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-16 19:18:55 +00:00
7 lines
133 B
HLSL
7 lines
133 B
HLSL
|
|
#include "VULKAN_PixelShader_Common.hlsli"
|
|
|
|
float4 main(PixelShaderInput input) : SV_TARGET
|
|
{
|
|
return AdvancedPixelShader(input);
|
|
}
|