Interface VulkanPipelineDynamicStateCreateInfoType

All Known Implementing Classes:
VulkanPipelineDynamicStateCreateInfo

@Immutable public interface VulkanPipelineDynamicStateCreateInfoType
Structure specifying parameters of a newly created pipeline dynamic state.
See Also:
  • "VkPipelineDynamicStateCreateInfo"
  • Method Details

    • flags

      Returns:
      Flags reserved for future use
    • dynamicStates

      @Parameter List<VulkanDynamicState> dynamicStates()
      Returns:
      Values specifying which pieces of pipeline state will use the values from dynamic state commands rather than from pipeline state creation info.