generated from engine3d-dev/conan-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
VkPipelineVertexInputStateCreateInfoVkPipelineInputAssemblyStateCreateInfoVkPipelineViewportStateCreateInfoVkPipelineRasterizationStateCreateInfoVkPipelineColorBlendAttachmentStateVkPipelineColorBlendStateCreateInfoVkPipelineDepthStencilStateCreateInfoVkPipelineDynamicStateCreateInfo
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request