Exemplo n.º 1
0
 internal TextureHandle(long hndl, TextureView parent, TextureSampler sampler)
 {
     this.hndl    = hndl;
     this.parent  = parent;
     this.Sampler = sampler;
 }
Exemplo n.º 2
0
 internal ImageHandle(long hndl, TextureView parent)
 {
     this.hndl   = hndl;
     this.parent = parent;
 }