diff options
Diffstat (limited to 'Source/Core/VideoBackends/Vulkan/VKPipeline.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Vulkan/VKPipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Vulkan/VKPipeline.cpp b/Source/Core/VideoBackends/Vulkan/VKPipeline.cpp index 31dcc72a6a..fa513cef7d 100644 --- a/Source/Core/VideoBackends/Vulkan/VKPipeline.cpp +++ b/Source/Core/VideoBackends/Vulkan/VKPipeline.cpp @@ -27,7 +27,7 @@ VKPipeline::~VKPipeline() std::unique_ptr<VKPipeline> VKPipeline::Create(const AbstractPipelineConfig& config) { - DEBUG_ASSERT(VIDEO, config.vertex_shader && config.pixel_shader); + DEBUG_ASSERT(config.vertex_shader && config.pixel_shader); // Get render pass for config. VkRenderPass render_pass = g_object_cache->GetRenderPass( |
