mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
8 lines
122 B
HLSL
8 lines
122 B
HLSL
float4 fs_main() : SV_Target0
|
|
{
|
|
float4 Pass_ = float4(1.0, 1.0, 1.0, 1.0);
|
|
|
|
float4 _e6 = Pass_;
|
|
return _e6;
|
|
}
|