Interface VulkanPipelineShaderStageCreateInfoType
- All Known Implementing Classes:
VulkanPipelineShaderStageCreateInfo
@Immutable
public interface VulkanPipelineShaderStageCreateInfoType
- See Also:
-
Method Details
-
flags
Set<VulkanPipelineShaderStageCreateFlag> flags()- Returns:
- Flags reserved for future use
-
stage
VulkanShaderStageFlag stage()- Returns:
- A single pipeline stage.
-
module
VulkanShaderModuleType module()- Returns:
- A shader module containing the shader for the stage.
-
shaderEntryPoint
String shaderEntryPoint()- Returns:
- The entry point name of the shader for this stage.
-
specializationInfo
Optional<VulkanSpecializationMap> specializationInfo()- Returns:
- The optional specialization info
-