diff options
Diffstat (limited to 'src/shader_recompiler/backend/glasm/emit_glasm.cpp')
| -rw-r--r-- | src/shader_recompiler/backend/glasm/emit_glasm.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/shader_recompiler/backend/glasm/emit_glasm.cpp b/src/shader_recompiler/backend/glasm/emit_glasm.cpp index 9dc0cacbe..3910d00ee 100644 --- a/src/shader_recompiler/backend/glasm/emit_glasm.cpp +++ b/src/shader_recompiler/backend/glasm/emit_glasm.cpp | |||
| @@ -270,7 +270,8 @@ void SetupOptions(const IR::Program& program, const Profile& profile, std::strin | |||
| 270 | "OPTION NV_shader_storage_buffer;" | 270 | "OPTION NV_shader_storage_buffer;" |
| 271 | "OPTION NV_gpu_program_fp64;" | 271 | "OPTION NV_gpu_program_fp64;" |
| 272 | "OPTION NV_bindless_texture;" | 272 | "OPTION NV_bindless_texture;" |
| 273 | "OPTION ARB_derivative_control;"; | 273 | "OPTION ARB_derivative_control;" |
| 274 | "OPTION EXT_shader_image_load_formatted;"; | ||
| 274 | if (info.uses_int64_bit_atomics) { | 275 | if (info.uses_int64_bit_atomics) { |
| 275 | header += "OPTION NV_shader_atomic_int64;"; | 276 | header += "OPTION NV_shader_atomic_int64;"; |
| 276 | } | 277 | } |