예제 #1
0
 internal TextureHandle(long hndl, TextureView parent, TextureSampler sampler)
 {
     this.hndl    = hndl;
     this.parent  = parent;
     this.Sampler = sampler;
 }
예제 #2
0
 internal ImageHandle(long hndl, TextureView parent)
 {
     this.hndl   = hndl;
     this.parent = parent;
 }