mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Move most backend functionality to VideoCommon
This commit is contained in:
@ -14,7 +14,7 @@ namespace Vulkan
|
||||
class VertexFormat : public ::NativeVertexFormat
|
||||
{
|
||||
public:
|
||||
VertexFormat(const PortableVertexDeclaration& in_vtx_decl);
|
||||
VertexFormat(const PortableVertexDeclaration& vtx_decl);
|
||||
|
||||
// Passed to pipeline state creation
|
||||
const VkPipelineVertexInputStateCreateInfo& GetVertexInputStateInfo() const;
|
||||
@ -35,4 +35,4 @@ private:
|
||||
|
||||
uint32_t m_num_attributes = 0;
|
||||
};
|
||||
}
|
||||
} // namespace Vulkan
|
||||
|
Reference in New Issue
Block a user