Skip to content

Instantly share code, notes, and snippets.

@soqb
Created November 14, 2021 11:08
Show Gist options
  • Save soqb/f9831f061b94fd4d04fb0032f7f4ca8b to your computer and use it in GitHub Desktop.
Save soqb/f9831f061b94fd4d04fb0032f7f4ca8b to your computer and use it in GitHub Desktop.
fragemtn shader hlsl
float4 main(): SV_TARGET {
return float4(1, 0, 0, 1);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment