endOcclusionQuery method
void
endOcclusionQuery()
The endOcclusionQuery()
method of the
GPURenderPassEncoder interface ends an active occlusion query previously
started with GPURenderPassEncoder.beginOcclusionQuery.
Implementation
external void endOcclusionQuery();