Movatterモバイル変換


[0]ホーム

URL:


Vulkan API Reference Pageslatest

SubgroupLtMask(3)

Name

SubgroupLtMask - Mask of shader invocations in a subgroup with a lower subgroup local invocation ID

Description

SubgroupLtMask

Decorating a variable with theSubgroupLtMask builtin decoration willmake that variable contain thesubgroup mask of the current subgroupinvocation.The bits corresponding to the invocations less thanSubgroupLocalInvocationId are set in the variable decorated withSubgroupLtMask.All other bits are set to zero.

SubgroupLtMaskKHR is an alias ofSubgroupLtMask.

Valid Usage
  • VUID-SubgroupLtMask-SubgroupLtMask-04378
    The variable decorated withSubgroupLtMaskmust be declared usingtheInputStorageClass

  • VUID-SubgroupLtMask-SubgroupLtMask-04379
    The variable decorated withSubgroupLtMaskmust be declared as afour-component vector of 32-bit integer values

See Also

No cross-references are available

Document Notes

For more information, see theVulkan Specification (NOTE: cannot determine Specification page containing this refpage).

This page is extracted from the Vulkan Specification.Fixes and changes should be made to the Specification, not directly.


[8]ページ先頭

©2009-2026 Movatter.jp