video_core: Add constant buffer support (#147)

This commit is contained in:
TheTurtle
2024-05-26 15:51:35 +03:00
committed by GitHub
parent 3c90b8ac00
commit 8dfa5782b2
26 changed files with 395 additions and 56 deletions

View File

@@ -107,6 +107,8 @@ public:
void UnmapMemory(VAddr virtual_addr, size_t size);
int QueryProtection(VAddr addr, void** start, void** end, u32* prot);
std::pair<vk::Buffer, size_t> GetVulkanBuffer(VAddr addr);
private: