Indigo Kohn

indigokohn

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Using @ Bindings in functions in COPs? Aug. 11, 2025, 8:36 a.m.

I've been trying to write some functions for use in COPs openCL nodes, but there's a large difficulty in making most functions that rely on reading from some @ binding, as they aren't allowed outside of the kernel, but functions can't be created from within the kernel. Has anyone come up with methods to enable the use of this? (Attached is example of a simple raymarch function that won't work with these limitations)