public void beginQuery(decimal target, WebGLQuery query)
 {
     EventHorizonBlazorInterop.Func <CachedEntity>(
         new object[]
     {
         new string[] { this.___guid, "beginQuery" }, target, query
     }
         );
 }
 public CachedEntity getQueryParameter(WebGLQuery query, decimal pname)
 {
     return(EventHorizonBlazorInterop.Func <CachedEntity>(
                new object[]
     {
         new string[] { this.___guid, "getQueryParameter" }, query, pname
     }
                ));
 }
 public void deleteQuery(WebGLQuery query)
 {
     EventHorizonBlazorInterop.Func <CachedEntity>(
         new object[]
     {
         new string[] { this.___guid, "deleteQuery" }, query
     }
         );
 }
コード例 #4
0
 public async ValueTask deleteQuery(WebGLQuery query)
 {
     await EventHorizonBlazorInterop.Func <CachedEntity>(
         new object[]
     {
         new string[] { this.___guid, "deleteQuery" }, query
     }
         );
 }
コード例 #5
0
 public async ValueTask <CachedEntity> getQueryObjectEXT(WebGLQuery query, decimal target)
 {
     return(await EventHorizonBlazorInterop.Func <CachedEntity>(
                new object[]
     {
         new string[] { this.___guid, "getQueryObjectEXT" }, query, target
     }
                ));
 }
コード例 #6
0
 public async ValueTask beginQueryEXT(decimal target, WebGLQuery query)
 {
     await EventHorizonBlazorInterop.Func <CachedEntity>(
         new object[]
     {
         new string[] { this.___guid, "beginQueryEXT" }, target, query
     }
         );
 }
コード例 #7
0
 public async ValueTask queryCounterEXT(WebGLQuery query, decimal target)
 {
     await EventHorizonBlazorInterop.Func <CachedEntity>(
         new object[]
     {
         new string[] { this.___guid, "queryCounterEXT" }, query, target
     }
         );
 }