コード例 #1
0
ファイル: GlCallResult.cs プロジェクト: Turpster/turpgine
 public GlCallResult(GlCall targetGlCall, bool synchronised)
 {
     TargetGlCall = targetGlCall;
     Synchronised = synchronised;
 }
コード例 #2
0
 public GlFuncResult(GlCall targetGlCall, bool synchronised) : base(targetGlCall, synchronised)
 {
 }