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