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