~mmach/netext73/mesa_2004

« back to all changes in this revision

Viewing changes to src/vulkan/runtime/vk_graphics_state.c

  • Committer: mmach
  • Date: 2023-03-27 18:58:21 UTC
  • Revision ID: netbit73@gmail.com-20230327185821-ozduw10kmfvwg70q
23

Show diffs side-by-side

added added

removed removed

Lines of Context:
2527
2527
      uint32_t a = firstAttachment + i;
2528
2528
      assert(a < ARRAY_SIZE(dyn->cb.attachments));
2529
2529
 
2530
 
      SET_DYN_VALUE(dyn, CB_BLEND_EQUATIONS,
 
2530
      SET_DYN_VALUE(dyn, CB_WRITE_MASKS,
2531
2531
                    cb.attachments[a].write_mask, pColorWriteMasks[i]);
2532
2532
   }
2533
2533
}