コード例 #1
0
ファイル: Texture.cs プロジェクト: himanshugoel2797/KokoroVR
 internal TextureHandle(long hndl, TextureView parent, TextureSampler sampler)
 {
     this.hndl    = hndl;
     this.parent  = parent;
     this.Sampler = sampler;
 }
コード例 #2
0
ファイル: Texture.cs プロジェクト: himanshugoel2797/KokoroVR
 internal ImageHandle(long hndl, TextureView parent)
 {
     this.hndl   = hndl;
     this.parent = parent;
 }