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