Searched defs:GraphicsState (Results 1 – 2 of 2) sorted by relevance
408 struct GraphicsState struct414 bool hasVertexInputInterfaceState() const in hasVertexInputInterfaceState()418 bool hasPreRasterizationState() const in hasPreRasterizationState()422 bool hasFragmentState() const in hasFragmentState()426 bool hasFragmentOutputInterfaceState() const in hasFragmentOutputInterfaceState()431 const VertexInputInterfaceState &getVertexInputInterfaceState() const in getVertexInputInterfaceState()436 const PreRasterizationState &getPreRasterizationState() const in getPreRasterizationState()441 const FragmentState &getFragmentState() const in getFragmentState()446 const FragmentOutputInterfaceState &getFragmentOutputInterfaceState() const in getFragmentOutputInterfaceState()455 VertexInputInterfaceState vertexInputInterfaceState;[all …]
1215 GraphicsState::GraphicsState(const Device *device, const VkGraphicsPipelineCreateInfo *pCreateInfo, in GraphicsState() function in vk::GraphicsState