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