Merge pull request #44805 from Chaosus/vs_convert
Add convert options between constants and uniforms in visual shaders
This commit is contained in:
commit
c7fb7674c8
15 changed files with 341 additions and 19 deletions
|
|
@ -30,6 +30,11 @@
|
|||
|
||||
#include "visual_shader_nodes.h"
|
||||
|
||||
////////////// Constants Base
|
||||
|
||||
VisualShaderNodeConstant::VisualShaderNodeConstant() {
|
||||
}
|
||||
|
||||
////////////// Scalar(Float)
|
||||
|
||||
String VisualShaderNodeFloatConstant::get_caption() const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue