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

Support for wider channel size in f3d::image #858

Merged
merged 24 commits into from
Jul 10, 2023
Prev Previous commit
style
  • Loading branch information
Meakk committed Jul 10, 2023
commit d766c805b6d6e3c3b1a784000ae9611f23da5851
2 changes: 1 addition & 1 deletion library/public/image.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class F3D_EXPORT image
/**
* Set/Get image buffer data.
* Its size is expected to be `width * height * channelCount * typeSize`.
Meakk marked this conversation as resolved.
Show resolved Hide resolved
*
*
* \deprecated { setData and getData are deprecated, use setContent and getContent instead }
*/
Meakk marked this conversation as resolved.
Show resolved Hide resolved
image& setContent(void* buffer);
Expand Down