internal TextureHandle(long hndl, TextureView parent, TextureSampler sampler) { this.hndl = hndl; this.parent = parent; this.Sampler = sampler; }
internal ImageHandle(long hndl, TextureView parent) { this.hndl = hndl; this.parent = parent; }