summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTriang3l <hwguy.siplus@gmail.com>2019-11-08 23:16:37 +0300
committerGitHub <noreply@github.com>2019-11-08 23:16:37 +0300
commite5b8f0cb27d9dd1689e1bb4ea8d44891b4e6e8bf (patch)
treec62481ec6aa6beaa6f1a558b9d6f1f9e6f4461db
parent09e10281540ef2eb4769dd6d98b1403a5c226fc0 (diff)
[Vulkan] Remove an obsolete comment about GLSL
-rw-r--r--src/xenia/gpu/vulkan/pipeline_cache.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xenia/gpu/vulkan/pipeline_cache.cc b/src/xenia/gpu/vulkan/pipeline_cache.cc
index 24ff9cbe6..93575002f 100644
--- a/src/xenia/gpu/vulkan/pipeline_cache.cc
+++ b/src/xenia/gpu/vulkan/pipeline_cache.cc
@@ -36,7 +36,6 @@ using xe::ui::vulkan::CheckResult;
PipelineCache::PipelineCache(RegisterFile* register_file,
ui::vulkan::VulkanDevice* device)
: register_file_(register_file), device_(device) {
- // We can also use the GLSL translator with a Vulkan dialect.
shader_translator_.reset(new SpirvShaderTranslator());
}