You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parameter is used e.g. by resize to indicate that empty data should be assigned in order to actually change the buffer size. Instead, nothing happens since no data is passed. This results in resize not resizing the texture.
The parameter is used e.g. by
resize
to indicate that empty data should be assigned in order to actually change the buffer size. Instead, nothing happens since no data is passed. This results inresize
not resizing the texture.Expected usage of
resize
:This does not resize the texture, as the buffers are unaffected.
Workaround for resizing a
TextureCube
- manually setting new buffers:The text was updated successfully, but these errors were encountered: