Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Channel annotations cannot be used from the Job system #12

Open
solidpixel opened this issue Sep 12, 2022 · 1 comment
Open

Channel annotations cannot be used from the Job system #12

solidpixel opened this issue Sep 12, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@solidpixel
Copy link
Contributor

solidpixel commented Sep 12, 2022

CAM annotations support the jobRegister() interface which allows a script to add a Job with a specified start/end time in the past. This is useful for logging tasks processed by the Unity batch Job Scheduler, as batch jobs have restrictions on the API they can use.

We don't have the same interface for the simpler Channel annotations, but I suspect it would be useful to have.

@solidpixel
Copy link
Contributor Author

Currently the native library does not expose this functionality, so we have nothing to wrap for the C# bindings. Revist this in future once Streamline's native code supports this (SDDAP-11794).

@solidpixel solidpixel added the enhancement New feature or request label Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant