Searched defs:GraphicsState (Results 1 – 2 of 2) sorted by relevance
135 struct GraphicsState struct141 inline const PipelineLayout *getPipelineLayout() const { return pipelineLayout; } in getPipelineLayout()142 inline bool getRobustBufferAccess() const { return robustBufferAccess; } in getRobustBufferAccess()143 inline VkPrimitiveTopology getTopology() const { return topology; } in getTopology()145 inline VkProvokingVertexModeEXT getProvokingVertexMode() const { return provokingVertexMode; } in getProvokingVertexMode()147 inline VkStencilOpState getFrontStencil() const { return frontStencil; } in getFrontStencil()148 inline VkStencilOpState getBackStencil() const { return backStencil; } in getBackStencil()151 inline VkCullModeFlags getCullMode() const { return cullMode; } in getCullMode()152 inline VkFrontFace getFrontFace() const { return frontFace; } in getFrontFace()153 inline VkPolygonMode getPolygonMode() const { return polygonMode; } in getPolygonMode()[all …]
256 GraphicsState::GraphicsState(const Device *device, const VkGraphicsPipelineCreateInfo *pCreateInfo, in GraphicsState() function in vk::GraphicsState