mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-05-11 23:14:58 +00:00
Set passthrough on colorWrite
This commit is contained in:
parent
59d829b789
commit
457c3518ad
@ -51,10 +51,12 @@ depthWrite
|
|||||||
|
|
||||||
colorWrite
|
colorWrite
|
||||||
{
|
{
|
||||||
mtlPolygonOffset == 0:
|
// mtlPolygonOffset == 0:
|
||||||
Enable, Enable;
|
// Enable, Enable;
|
||||||
|
// default:
|
||||||
|
// Enable, Enable;
|
||||||
default:
|
default:
|
||||||
Enable, Enable;
|
passthrough;
|
||||||
}
|
}
|
||||||
|
|
||||||
gammaWrite
|
gammaWrite
|
||||||
|
Loading…
x
Reference in New Issue
Block a user