mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 09:39:13 +00:00
VideoCommon: Allow BitfieldExtract in specialized shaders
This commit is contained in:
parent
735fd60e52
commit
555a93057c
7 changed files with 33 additions and 39 deletions
|
@ -49,8 +49,8 @@ ShaderCode GenVertexShader(APIType api_type, const ShaderHostConfig& host_config
|
|||
GenerateVSOutputMembers(out, api_type, num_texgen, host_config, "");
|
||||
out.Write("}};\n\n");
|
||||
|
||||
WriteUberShaderCommonHeader(out, api_type, host_config);
|
||||
WriteIsNanHeader(out, api_type);
|
||||
WriteBitfieldExtractHeader(out, api_type, host_config);
|
||||
WriteLightingFunction(out);
|
||||
|
||||
if (api_type == APIType::OpenGL || api_type == APIType::Vulkan)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue