glasm: Add MS sampler types
This commit is contained in:
parent
5710e90150
commit
0f795603fc
2 changed files with 8 additions and 5 deletions
|
@ -279,6 +279,8 @@ void SetupOptions(const IR::Program& program, const Profile& profile,
|
|||
header += "OPTION NV_internal;"
|
||||
"OPTION NV_shader_storage_buffer;"
|
||||
"OPTION NV_gpu_program_fp64;";
|
||||
// TODO: Enable only when MS is used
|
||||
header += "OPTION NV_texture_multisample;";
|
||||
if (info.uses_int64_bit_atomics) {
|
||||
header += "OPTION NV_shader_atomic_int64;";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue