Open p0nce opened 1 month ago
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.
It is now createView, while createFromData will own and copy that.
createView
createFromData
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.