Interface VulkanPushConstantRangeType

All Known Implementing Classes:
VulkanPushConstantRange

@Immutable public interface VulkanPushConstantRangeType
Structure specifying a push constant range.
See Also:
  • "VkPushConstantRange"
  • Method Details

    • stageFlags

      Set<VulkanShaderStageFlag> stageFlags()
      Returns:
      The stages that will access the range of push constants
    • offset

      @Default default int offset()
      Returns:
      The start of the range
    • size

      @Default default int size()
      Returns:
      The size of the range