Merge pull request #44805 from Chaosus/vs_convert

Add convert options between constants and uniforms in visual shaders
This commit is contained in:
Rémi Verschelde 2021-01-15 16:58:26 +01:00 committed by GitHub
commit c7fb7674c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 341 additions and 19 deletions

View file

@ -30,6 +30,11 @@
#include "visual_shader_nodes.h"
////////////// Constants Base
VisualShaderNodeConstant::VisualShaderNodeConstant() {
}
////////////// Scalar(Float)
String VisualShaderNodeFloatConstant::get_caption() const {