mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Vulkan: Implement post-processing backend
No new features, just parity with OpenGL.
This commit is contained in:
parent
a10e8b1ef5
commit
417a4ca206
11 changed files with 445 additions and 74 deletions
|
@ -21,6 +21,8 @@ public:
|
|||
RasterFont();
|
||||
~RasterFont();
|
||||
|
||||
const Texture2D* GetTexture() const;
|
||||
|
||||
bool Initialize();
|
||||
|
||||
void PrintMultiLineText(VkRenderPass render_pass, const std::string& text, float start_x,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue