Skip to content

Commit 9c526be

Browse files
committed
clarify feature flag replacements in feature availability dashboard chapter.
1 parent 3f06d51 commit 9c526be

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

chapters/feature_availability_dashboard.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ This flag represented the stage of the pipeline where vertex and index data is c
328328
==== Replacement
329329

330330
Split into more specific flags:
331+
331332
* `VK_PIPELINE_STAGE_2_INDEX_INPUT_BIT_KHR`: Represents the stage where index data is consumed
332333
* `VK_PIPELINE_STAGE_2_VERTEX_ATTRIBUTE_INPUT_BIT_KHR`: Represents the stage where vertex attribute data is consumed
333334

@@ -398,6 +399,7 @@ This flag represented all transfer operations, including copy, resolve, blit, an
398399
==== Replacement
399400

400401
Split into more specific flags:
402+
401403
* `VK_PIPELINE_STAGE_2_COPY_BIT_KHR`: Represents copy operations
402404
* `VK_PIPELINE_STAGE_2_RESOLVE_BIT_KHR`: Represents resolve operations
403405
* `VK_PIPELINE_STAGE_2_BLIT_BIT_KHR`: Represents blit operations
@@ -479,6 +481,7 @@ This flag represented all read operations performed by shaders, including readin
479481
==== Replacement
480482

481483
Split into more specific flags:
484+
482485
* `VK_ACCESS_2_UNIFORM_READ_BIT_KHR`: Represents reads from uniform buffers
483486
* `VK_ACCESS_2_SHADER_SAMPLED_READ_BIT_KHR`: Represents reads from sampled images
484487
* `VK_ACCESS_2_SHADER_STORAGE_READ_BIT_KHR`: Represents reads from storage buffers and images

0 commit comments

Comments
 (0)