Skip to content

Commit

Permalink
Disable blending for non-translucent pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Spirrwell committed May 29, 2021
1 parent 4b53601 commit 0f073e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vk/vk_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,6 @@ static void CreatePipelines()
for (int i = 0; i < RP_COUNT; ++i)
{
vk_drawModelPipelineFan[i].topology = VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST;
vk_drawModelPipelineFan[i].blendOpts.blendEnable = VK_TRUE;
QVk_CreatePipeline(samplerUboDsLayouts, 2, &vertInfoRGB_RGBA_RG, &vk_drawModelPipelineFan[i], &vk_renderpasses[i], shaders, 2);
QVk_DebugSetObjectName((uint64_t)vk_drawModelPipelineFan[i].layout, VK_OBJECT_TYPE_PIPELINE_LAYOUT,
va("Pipeline Layout: draw model: fan (%s)", renderpassObjectNames[i]));
Expand Down

0 comments on commit 0f073e3

Please sign in to comment.