diff options
| author | Stenzek <stenzek@gmail.com> | 2017-07-20 15:25:27 +1000 |
|---|---|---|
| committer | Stenzek <stenzek@gmail.com> | 2017-07-30 17:43:59 +1000 |
| commit | 745d54152747877f2bffbfbd66678f2f4a0f3e80 (patch) | |
| tree | fd43ac0bf90219dd76fad78c5e06bde8eea008da /Source/Core/VideoCommon/UberShaderCommon.cpp | |
| parent | 7d78cf0f6fbca526e748590aeb6dfdc3c016669e (diff) | |
ShaderGen: Implement vertex ubershaders
Diffstat (limited to 'Source/Core/VideoCommon/UberShaderCommon.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/UberShaderCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/UberShaderCommon.cpp b/Source/Core/VideoCommon/UberShaderCommon.cpp index 2c6ba23c28..c6f5167b3c 100644 --- a/Source/Core/VideoCommon/UberShaderCommon.cpp +++ b/Source/Core/VideoCommon/UberShaderCommon.cpp @@ -24,4 +24,4 @@ void WriteUberShaderCommonHeader(ShaderCode& out, APIType api_type, "}\n\n"); } } -}
\ No newline at end of file +} |
