You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is handy feature to have for applications which has OSL in-memory bytecode
cache but still needs to run OSLQuery on such shaders without creating temporary
files on the disk.
Currently only explicit query.open_bytecode() call is supported, this is because
it's not really possible to distinguish filepath from memory buffer being passed
to the constructor.
0 commit comments