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
0a9b522e15
Danbias
/
Code
/
OysterGraphics
/
Shader
/
HLSL
/
SimpleDebug
/
DebugPixel.hlsl
6 lines
95 B
HLSL
Raw
Normal View
History
Unescape
Escape
Stable Graphics, hard coded texture read in ObjReader.ToModel
2013-11-28 14:34:52 +01:00
//#include "Debug.hlsli"
Unstable RenderTexture
2013-11-27 15:26:29 +01:00
float4
main
(
)
:
SV_TARGET
GraphicTestTri
2013-11-15 08:41:11 +01:00
{
return
float4
(
1.0f
,
0.0f
,
0.0f
,
1.0f
)
;
}