Harbor

branch main
showing the latest snapshot on main
missing_branch_output.luma 112 B · Plain text
shader/tests/diagnostics/missing_branch_output.luma 0644 Raw
fragment shade
	in uv: vec2
	out color: vec4
do
	if uv.x > 0.5 then
		color = vec4(1.0, 0.0, 0.0, 1.0)
	end
end