dzn: Use mesa_loge for DXIL validation errors
This allows them to be printed to OutputDebugString Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21913>
This commit is contained in:
@@ -448,7 +448,7 @@ dzn_pipeline_compile_shader(struct dzn_device *device,
|
||||
|
||||
if (!res) {
|
||||
if (err) {
|
||||
fprintf(stderr,
|
||||
mesa_loge(
|
||||
"== VALIDATION ERROR =============================================\n"
|
||||
"%s\n"
|
||||
"== END ==========================================================\n",
|
||||
|
||||
Reference in New Issue
Block a user