Interface VulkanPipelineShaderStageCreateInfoType

  • All Known Implementing Classes:
    VulkanPipelineShaderStageCreateInfo

    @Immutable
    public interface VulkanPipelineShaderStageCreateInfoType
    See Also:
    "VkPipelineShaderStageCreateInfo"
    • Method Detail

      • module

        @Parameter
        VulkanShaderModuleType module()
        Returns:
        A shader module containing the shader for the stage.
      • shaderEntryPoint

        @Parameter
        java.lang.String shaderEntryPoint()
        Returns:
        The entry point name of the shader for this stage.
      • specializationInfo

        @Parameter
        java.util.Optional<VulkanSpecializationMap> specializationInfo()
        Returns:
        The optional specialization info