Skip to content

Commit

Permalink
vk: ci: mask another variable available only in newer sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
w23 committed Feb 5, 2025
1 parent 03649bd commit e64d870
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ref/vk/vk_combuf.c
Original file line number Diff line number Diff line change
Expand Up @@ -251,8 +251,9 @@ static void printStageMask(const char *prefix, VkPipelineStageFlags2 stages) {
PRINT_FLAG(stages, VK_PIPELINE_STAGE_2_VIDEO_ENCODE_BIT_KHR);
PRINT_FLAG(stages, VK_PIPELINE_STAGE_2_TRANSFORM_FEEDBACK_BIT_EXT);
PRINT_FLAG(stages, VK_PIPELINE_STAGE_2_CONDITIONAL_RENDERING_BIT_EXT);
PRINT_FLAG(stages, VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_NV);
#ifdef VK_EXT_device_generated_commands
PRINT_FLAG(stages, VK_PIPELINE_STAGE_2_COMMAND_PREPROCESS_BIT_EXT);
#endif
PRINT_FLAG(stages, VK_PIPELINE_STAGE_2_FRAGMENT_SHADING_RATE_ATTACHMENT_BIT_KHR);
PRINT_FLAG(stages, VK_PIPELINE_STAGE_2_SHADING_RATE_IMAGE_BIT_NV);
PRINT_FLAG(stages, VK_PIPELINE_STAGE_2_ACCELERATION_STRUCTURE_BUILD_BIT_KHR);
Expand Down

0 comments on commit e64d870

Please sign in to comment.