MCPcopy
hub / github.com/layabox/LayaAir-v1 / ISubmit

Interface ISubmit

bin/ts/ts/LayaAir.d.ts:986–991  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

984declare module laya.webgl.submit {
985 import WebGLContext2D = laya.webgl.canvas.WebGLContext2D;
986 interface ISubmit {
987 renderSubmit(): number;
988 getRenderType(): number;
989 releaseRender(): void;
990 reUse(context: WebGLContext2D, pos: number): number;
991 }
992}
993declare module laya.webgl.shapes {
994 class EarcutNode {

Callers

nothing calls this directly

Implementers 5

SubmitTargetbin/ts/ts/LayaAir.d.ts
SubmitCMDbin/ts/ts/LayaAir.d.ts
Submitbin/ts/ts/LayaAir.d.ts
ParticleTemplate2Dbin/ts/ts/LayaAir.d.ts
Scene3Dbin/ts/ts/LayaAir.d.ts

Calls

no outgoing calls

Tested by

no test coverage detected