aboutsummaryrefslogtreecommitdiff
path: root/layers/draw_state.c
diff options
context:
space:
mode:
Diffstat (limited to 'layers/draw_state.c')
-rw-r--r--layers/draw_state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/draw_state.c b/layers/draw_state.c
index ded72790..adcab367 100644
--- a/layers/draw_state.c
+++ b/layers/draw_state.c
@@ -666,7 +666,7 @@ static void dsDumpDot(FILE* pOutFile)
strcat(ds_config_str, tmp_str);
skipUnusedCount = 0;
}*/
- sprintf(label, "ImageAttachInfo Slot%u", j);
+ sprintf(label, "SamplerAttachInfo Slot%u", j);
fprintf(pOutFile, "%s", xgl_gv_print_xgl_sampler_create_info(getSamplerCreateInfo(pDS->dsSlot[j].sampler), label));
fprintf(pOutFile, "\"DS0_MEMORY\":slot%u -> \"%s\" [];\n", j, label);
break;