mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Vulkan: Uber shader support
This commit is contained in:
parent
4bf5625895
commit
81b4ed2a81
16 changed files with 738 additions and 164 deletions
|
@ -24,8 +24,6 @@ void Clear();
|
|||
|
||||
void MarkAllDirty();
|
||||
|
||||
NativeVertexFormatMap* GetNativeVertexFormatMap();
|
||||
|
||||
// Creates or obtains a pointer to a VertexFormat representing decl.
|
||||
// If this results in a VertexFormat being created, if the game later uses a matching vertex
|
||||
// declaration, the one that was previously created will be used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue