Interface VulkanPushConstantRangeType

  • All Known Implementing Classes:
    VulkanPushConstantRange

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

      • stageFlags

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

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

        @Parameter
        int size()
        Returns:
        The size of the range