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:
authorJeroen Bakker <jeroen@blender.org>2020-08-28 16:43:14 +0300
committerJeroen Bakker <jeroen@blender.org>2020-08-28 16:43:14 +0300
commitb8f990b0b4ee9acf1178e18b183affd13d2500d3 (patch)
treed6581927784d9138c09ab4747912566823641a69 /source/blender/gpu/intern
parent0ed7aedc71378ac451c4ae411711e58d8a2dbce0 (diff)
Revert "GPU: Fix Segmentation Fault Freeing Failed Shader"
This reverts commit c28432680971f54ebe95cc953606a3a4d3bc5c7c.
Diffstat (limited to 'source/blender/gpu/intern')
-rw-r--r--source/blender/gpu/intern/gpu_shader_private.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_shader_private.hh b/source/blender/gpu/intern/gpu_shader_private.hh
index d56a7b2500b..22de1a0f59e 100644
--- a/source/blender/gpu/intern/gpu_shader_private.hh
+++ b/source/blender/gpu/intern/gpu_shader_private.hh
@@ -36,7 +36,7 @@ namespace gpu {
class Shader {
public:
/** Uniform & attribute locations for shader. */
- ShaderInterface *interface = nullptr;
+ ShaderInterface *interface;
protected:
/** For debugging purpose. */