This website requires JavaScript.
Explore
Help
Sign In
NoEdge
/
Danbias
Watch
1
Star
0
Fork
You've already forked Danbias
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
89fd71fb02
Danbias
/
Code
/
OysterGraphics
/
Shader
/
HLSL
/
SimpleDebug
/
DebugPixel.hlsl
4 lines
70 B
HLSL
Raw
Normal View
History
Unescape
Escape
Debug From Home
2013-11-21 18:31:16 +01:00
float4
main
(
)
:
SV_TARGET0
GraphicTestTri
2013-11-15 08:41:11 +01:00
{
return
float4
(
1.0f
,
0.0f
,
0.0f
,
1.0f
)
;
}