mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
ShaderGenerators: Remove unnecessary inline keywords
Static by itself is sufficient
This commit is contained in:
parent
8ce3a4aa70
commit
c151fe582f
3 changed files with 17 additions and 17 deletions
|
@ -12,7 +12,7 @@
|
|||
#include "VideoCommon/VideoConfig.h"
|
||||
|
||||
template<class T>
|
||||
static inline T GenerateVertexShader(API_TYPE api_type)
|
||||
static T GenerateVertexShader(API_TYPE api_type)
|
||||
{
|
||||
T out;
|
||||
const u32 components = VertexLoaderManager::g_current_components;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue