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