Move most backend functionality to VideoCommon

This commit is contained in:
Stenzek
2019-02-15 11:59:50 +10:00
parent 933f3ba008
commit f039149198
182 changed files with 8334 additions and 15917 deletions

View File

@ -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