gamut icon indicating copy to clipboard operation
gamut copied to clipboard

[usability] image.createViewFromData confusing

Open p0nce opened this issue 1 year ago • 2 comments

People in a hurry believes it create its own buffer, and then copy existing data into it. (a bit like glTexImage2d actually). But it just reference the data.

p0nce avatar Oct 21 '24 15:10 p0nce

  • [x] also identifier is ugly

p0nce avatar Oct 21 '24 16:10 p0nce

It is now createView, ~~while createFromData will own and copy that.~~

p0nce avatar Oct 26 '24 17:10 p0nce