mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
Fixed color attachments not working
This commit is contained in:
@@ -92,7 +92,7 @@ PSOutput main(PSInput input)
|
||||
albedoColor.xyz = albedoSample.xyz;
|
||||
}
|
||||
output.oColor0 = albedoColor;
|
||||
output.oColor0 = float4(normal, 1.0);
|
||||
|
||||
// MATERIAL PROPERTIES
|
||||
float metalnessValue = inMaterial.metalnessValue;
|
||||
if(inMaterial.hasMetalness == 1)
|
||||
|
||||
Reference in New Issue
Block a user