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
public Texture(
Texture texture,
Target target,
Format format,
int baseLayer, int maxLayer,
int baseFace, int maxFace,
int baseLevel, int maxLevel,
Swizzles swizzles) {
/**
* @TODO, fix storage
*/
storage = texture.storage;