Searched defs:GraphicsState (Results 1 – 2 of 2) sorted by relevance
433 struct GraphicsState struct439 bool hasVertexInputInterfaceState() const in hasVertexInputInterfaceState()443 bool hasPreRasterizationState() const in hasPreRasterizationState()447 bool hasFragmentState() const in hasFragmentState()451 bool hasFragmentOutputInterfaceState() const in hasFragmentOutputInterfaceState()456 const VertexInputInterfaceState &getVertexInputInterfaceState() const in getVertexInputInterfaceState()461 const PreRasterizationState &getPreRasterizationState() const in getPreRasterizationState()466 const FragmentState &getFragmentState() const in getFragmentState()471 const FragmentOutputInterfaceState &getFragmentOutputInterfaceState() const in getFragmentOutputInterfaceState()480 VertexInputInterfaceState vertexInputInterfaceState;[all …]
1275 GraphicsState::GraphicsState(const Device *device, const VkGraphicsPipelineCreateInfo *pCreateInfo, in GraphicsState() function in vk::GraphicsState