diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-04-14 14:55:44 -0600 |
|---|---|---|
| committer | Chia-I Wu <olv@lunarg.com> | 2015-04-16 17:48:18 +0800 |
| commit | 6082a4d9ed91b53bc7642ea67399ca354366369e (patch) | |
| tree | fee471c2c5ada0017439fb41813d92b59f0c9933 /layers/draw_state.cpp | |
| parent | b97b8af373c690cf581324da2feb89b31afa1c69 (diff) | |
| download | usermoji-6082a4d9ed91b53bc7642ea67399ca354366369e.tar.xz | |
renaming: Move many xgl files to vk version
Diffstat (limited to 'layers/draw_state.cpp')
| -rw-r--r-- | layers/draw_state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layers/draw_state.cpp b/layers/draw_state.cpp index 53ec6cd4..407a0903 100644 --- a/layers/draw_state.cpp +++ b/layers/draw_state.cpp @@ -1176,7 +1176,7 @@ static void dsCoreDumpDot(const VK_DESCRIPTOR_SET ds, FILE* pOutFile) break; case VK_STRUCTURE_TYPE_UPDATE_SAMPLER_TEXTURES: pUST = (VK_UPDATE_SAMPLER_TEXTURES*)pSet->ppDescriptors[i]; - pSCI = getSamplerCreateInfo(pUST->pSamplerImageViews[i-pUST->arrayIndex].sampler); + pSCI = getSamplerCreateInfo(pUST->pSamplerImageViews[i-pUST->arrayIndex].pSampler); if (pSCI) { sprintf(tmp_str, "SAMPLER%u", i); fprintf(pOutFile, "%s", vk_gv_print_vk_sampler_create_info(pSCI, tmp_str)); |
