Esempio n. 1
0
 public GlCallResult(GlCall targetGlCall, bool synchronised)
 {
     TargetGlCall = targetGlCall;
     Synchronised = synchronised;
 }
Esempio n. 2
0
 public GlFuncResult(GlCall targetGlCall, bool synchronised) : base(targetGlCall, synchronised)
 {
 }