-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update HDRImage class #9
Comments
It should be a rule for all user library collections: a method that allows the user to use an existing object in output bind operations would help increasing user application performance. BitmapImage and Array classes should be refactored (and also the compiler) to support such feature. |
+1 |
Feature added in one of my many commits last week. It is now possible to provide an existing array of primitives or Bitmap object and output bind operations will fill this existing object like in the following example:
Even though this implementation is done in the compiler, we must check if the user library supports all these features for sequential code. |
Anyone willing to test the examples in previous comment in the user library pure java (sequential) version is welcome. |
Update HDRImage class on the compiler, because a new constructor and a new toBitmap() functions were added to the source.
The text was updated successfully, but these errors were encountered: