mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
Vulkan: Uber shader support
This commit is contained in:
parent
4bf5625895
commit
81b4ed2a81
16 changed files with 738 additions and 164 deletions
|
@ -44,13 +44,6 @@ static VertexLoaderMap s_vertex_loader_map;
|
|||
|
||||
u8* cached_arraybases[12];
|
||||
|
||||
// Used in the Vulkan backend
|
||||
|
||||
NativeVertexFormatMap* GetNativeVertexFormatMap()
|
||||
{
|
||||
return &s_native_vertex_map;
|
||||
}
|
||||
|
||||
void Init()
|
||||
{
|
||||
MarkAllDirty();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue