mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-20 22:59:59 +01:00
New User defined uniforms in Custom shaders
This commit is contained in:
@@ -1377,6 +1377,12 @@ void ImGuiVisitor::visit (ImageFilter& f)
|
||||
FilteringProgram target;
|
||||
f.setProgram( target );
|
||||
}
|
||||
|
||||
// List of parameters
|
||||
std::ostringstream oss;
|
||||
oss << "Custom ";
|
||||
list_parameters_(f, oss);
|
||||
|
||||
}
|
||||
|
||||
void ImGuiVisitor::visit (CloneSource& s)
|
||||
|
||||
Reference in New Issue
Block a user