* add getIinstanceIndex() * adjust for type of builtin --------- Co-authored-by: aardgoose <[email protected]>
@@ -307,6 +307,12 @@ ${ flowData.code }
}
+ getInstanceIndex() {
+
+ return 'uint( gl_InstanceID )';
+ }
getFrontFacing() {
return 'gl_FrontFacing';