Removing meshlet debugging code

This commit is contained in:
Dynamitos
2023-12-15 12:30:08 +01:00
parent b24635e848
commit e233fb9c5b
2 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ float4 fragmentMain(in FragmentParameter params) : SV_Target
{
result += pLightEnv.pointLights[i].illuminate(lightingParams, brdf);
}
return float4(materialParams.vertexColor, 1.0f);
return float4(result, 1.0f);
}