fixed chrome-rgba shader

This commit is contained in:
Chris Forbes
2010-02-16 17:56:34 +13:00
parent 84badd39fe
commit 036e8bfb85

View File

@@ -40,13 +40,11 @@ technique high_quality {
pass p0 {
BlendEnable = true;
DepthTestEnable = false;
// CullFace = NONE;
// CullMode = None;
// FillMode = Solid;
CullFaceEnable = false;
VertexProgram = compile latest Simple_vp();
FragmentProgram = compile latest Simple_fp();
//SrcBlend = SrcAlpha;
//DestBlend = InvSrcAlpha;
BlendEquation = FuncAdd;
BlendFunc = int2( SrcAlpha, OneMinusSrcAlpha );
}
}