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:
Diffstat (limited to 'source/blender/gpu/intern/gpu_shader_create_info.hh')
-rw-r--r--source/blender/gpu/intern/gpu_shader_create_info.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/gpu/intern/gpu_shader_create_info.hh b/source/blender/gpu/intern/gpu_shader_create_info.hh
index 7c827e237eb..4927ef75a75 100644
--- a/source/blender/gpu/intern/gpu_shader_create_info.hh
+++ b/source/blender/gpu/intern/gpu_shader_create_info.hh
@@ -801,7 +801,8 @@ struct ShaderCreateInfo {
std::string check_error() const;
/** Error detection that some backend compilers do not complain about. */
- void validate(const ShaderCreateInfo &other_info);
+ void validate_merge(const ShaderCreateInfo &other_info);
+ void validate_vertex_attributes(const ShaderCreateInfo *other_info = nullptr);
/** \} */