Update notice

This commit is contained in:
luboslenco
2020-08-17 23:24:23 +02:00
parent c32d07f2a1
commit cd52ba5907
+3 -1
View File
@@ -86,7 +86,9 @@ class RenderPathDeferred {
t.width = 0;
t.height = 0;
#if (kha_direct3d12 || kha_vulkan)
t.format = "RGBA64"; // Match raytrace_target format
// Match raytrace_target format
// Will cause "The render target format in slot 0 does not match that specified by the current pipeline state"
t.format = "RGBA64";
#else
t.format = "RGBA32";
#end