예제 #1
0
 public GlCallResult(GlCall targetGlCall, bool synchronised)
 {
     TargetGlCall = targetGlCall;
     Synchronised = synchronised;
 }
예제 #2
0
 public GlFuncResult(GlCall targetGlCall, bool synchronised) : base(targetGlCall, synchronised)
 {
 }