Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Foucault <foucault.clem@gmail.com>2019-12-03 17:22:02 +0300
committerClément Foucault <foucault.clem@gmail.com>2019-12-05 13:16:29 +0300
commitcf77b67c459d481f6d8d34d13e14d22a6cad0842 (patch)
tree47475c5b16a0f3a2ffc1d22766e48acdc91f22eb /source/blender/gpu/GPU_extensions.h
parent6ba09f8515bd7968d8f1ef13ff19b5c05898660e (diff)
Fix T71576 Mesh error on mutimaterial Meshes on legacy nvidia drivers
Differential Revision: https://developer.blender.org/D6351
Diffstat (limited to 'source/blender/gpu/GPU_extensions.h')
-rw-r--r--source/blender/gpu/GPU_extensions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/GPU_extensions.h b/source/blender/gpu/GPU_extensions.h
index 245f7f47510..692cd159fbf 100644
--- a/source/blender/gpu/GPU_extensions.h
+++ b/source/blender/gpu/GPU_extensions.h
@@ -48,6 +48,7 @@ bool GPU_mip_render_workaround(void);
bool GPU_depth_blitting_workaround(void);
bool GPU_unused_fb_slot_workaround(void);
bool GPU_context_local_shaders_workaround(void);
+bool GPU_legacy_nvidia_driver(void);
bool GPU_crappy_amd_driver(void);
bool GPU_mem_stats_supported(void);