Skip to content

Exposing Graphics Pipeline Configuration Parameters #9

@SpinnerX

Description

@SpinnerX

Overview

Currently the vk::pipeline_configure struct does not expand or expose the parameters for a lot of state that are going to be needed to specified by the user for the graphics pipeline in how to interpret the data.

Exposure Pipeline Parameter

The graphics pipeline for the following state should be exposed to use for their specification.

These are specification that should be exposed to the users. Even if these are not set, they will be set to some default value for general graphics pipeline creation.

These structs are vulkan structs that are used for configuring in what the graphics pipeline should interpret the incoming data that will be binded through this specific graphics pipeline.

  • VkPipelineVertexInputStateCreateInfo
  • VkPipelineInputAssemblyStateCreateInfo
  • VkPipelineViewportStateCreateInfo
  • VkPipelineRasterizationStateCreateInfo
  • VkPipelineColorBlendAttachmentState
  • VkPipelineColorBlendStateCreateInfo
  • VkPipelineDepthStencilStateCreateInfo
  • VkPipelineDynamicStateCreateInfo

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions