Esempio n. 1
0
 internal TextureHandle(long hndl, BufferView parent)
 {
     this.hndl       = hndl;
     this.bufferView = parent;
 }
Esempio n. 2
0
 internal ImageHandle(long hndl, BufferView parent)
 {
     this.hndl    = hndl;
     this.bufView = parent;
 }