mirror of
https://github.com/Yours3lf/rpi-vk-driver.git
synced 2025-03-22 13:19:43 +01:00
updated test
This commit is contained in:
parent
8eddf4f425
commit
b0a6927058
@ -897,7 +897,6 @@ void CreatePipeline()
|
||||
|
||||
VkPipelineColorBlendStateCreateInfo blendCreateInfo = {};
|
||||
blendCreateInfo.sType = VK_STRUCTURE_TYPE_PIPELINE_COLOR_BLEND_STATE_CREATE_INFO;
|
||||
blendCreateInfo.logicOp = VK_LOGIC_OP_COPY;
|
||||
blendCreateInfo.attachmentCount = 1;
|
||||
blendCreateInfo.pAttachments = &blendAttachState;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user