[Vulkan] Non-seamless cube map filtering

This commit is contained in:
Triang3l
2024-05-05 15:15:48 +03:00
parent e9f7a8bd48
commit a90f83d44c
3 changed files with 15 additions and 3 deletions

View File

@@ -20,6 +20,8 @@ DECLARE_bool(vsync);
DECLARE_bool(gpu_allow_invalid_fetch_constants);
DECLARE_bool(non_seamless_cube_map);
DECLARE_bool(half_pixel_offset);
DECLARE_int32(query_occlusion_fake_sample_count);