mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-07-10 21:21:50 +00:00
Set passthrough on colorWrite
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user