Package com.luciad.graphics
Class WebGpuIntegrationUtil
java.lang.Object
com.luciad.graphics.WebGpuIntegrationUtil
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected voidfinalize()voidpresentSurface(WebGpuContext webGpuContext) voidsetupSurface(WebGpuContext webGpuContext) voidsurfaceChanged(int width, int height) voidsurfaceCreated(Object surface) voidvoidwaitForQueueToFinish(WebGpuContext webGpuContext)
-
Constructor Details
-
WebGpuIntegrationUtil
public WebGpuIntegrationUtil()
-
-
Method Details
-
finalize
protected void finalize() -
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
createWebGpuContext
-
surfaceCreated
-
surfaceDestroyed
public void surfaceDestroyed() -
surfaceChanged
public void surfaceChanged(int width, int height) -
setupSurface
-
presentSurface
-
waitForQueueToFinish
-