From 991b120454ce360db4306cca3277e7b8d31c7fa7 Mon Sep 17 00:00:00 2001 From: Triang3l Date: Fri, 3 Aug 2018 23:12:13 +0300 Subject: [PATCH] [D3D12] Fix one comment regarding descriptors in d3d12_command_processor --- src/xenia/gpu/d3d12/d3d12_command_processor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xenia/gpu/d3d12/d3d12_command_processor.cc b/src/xenia/gpu/d3d12/d3d12_command_processor.cc index 8c7899ef2..a5c99979f 100644 --- a/src/xenia/gpu/d3d12/d3d12_command_processor.cc +++ b/src/xenia/gpu/d3d12/d3d12_command_processor.cc @@ -1225,7 +1225,7 @@ bool D3D12CommandProcessor::UpdateBindings( if (write_textures) { view_count_partial_update += texture_count; } - // All the constants + shared memory + textures and samplers. + // All the constants + shared memory + textures. uint32_t view_count_full_update = 20 + texture_count; D3D12_CPU_DESCRIPTOR_HANDLE view_cpu_handle; D3D12_GPU_DESCRIPTOR_HANDLE view_gpu_handle;