diff options
| author | Pokechu22 <Pokechu022@gmail.com> | 2021-07-26 11:20:04 -0700 |
|---|---|---|
| committer | Pokechu22 <Pokechu022@gmail.com> | 2021-11-17 20:04:33 -0800 |
| commit | 555a93057c07f045cc71c4652c54eebb990021b7 (patch) | |
| tree | 24e68c6480404bf3eeccf10f0d9194419752f1ce /Source/Core/VideoCommon/PixelShaderGen.cpp | |
| parent | 735fd60e52b871e8edf95545a4e92de7b7eb8999 (diff) | |
VideoCommon: Allow BitfieldExtract in specialized shaders
Diffstat (limited to 'Source/Core/VideoCommon/PixelShaderGen.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/PixelShaderGen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/PixelShaderGen.cpp b/Source/Core/VideoCommon/PixelShaderGen.cpp index a380937ae2..97adb46a97 100644 --- a/Source/Core/VideoCommon/PixelShaderGen.cpp +++ b/Source/Core/VideoCommon/PixelShaderGen.cpp @@ -565,6 +565,7 @@ ShaderCode GeneratePixelShaderCode(APIType api_type, const ShaderHostConfig& hos uid_data->genMode_numtexgens, uid_data->genMode_numindstages); // Stuff that is shared between ubershaders and pixelgen. + WriteBitfieldExtractHeader(out, api_type, host_config); WritePixelShaderCommonHeader(out, api_type, host_config, uid_data->bounding_box); if (uid_data->forced_early_z && g_ActiveConfig.backend_info.bSupportsEarlyZ) |
