We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2caba commit 96aaf62Copy full SHA for 96aaf62
extensions/pl_shader_variant_ext.c
@@ -871,7 +871,7 @@ pl_shader_tool_unload_manifest(const char* pcPath)
871
pl_sb_free(ptVariant->sbtVariantHandles);
872
pl_hm64_free(&ptVariant->tVariantHashmap);
873
874
- pl_hm32_remove(&gptShaderVariantCtx->tParentHashmap, tParentHandle.uData);
+ pl_hm32_remove(&gptShaderVariantCtx->tComputeParentHashmap, tParentHandle.uData);
875
876
gptShaderVariantCtx->dComputeVariantsCount -= uVariantCount;
877
gptShaderVariantCtx->dParentComputeShaderCount--;
0 commit comments