Interface GpuSurfaceBackend
- All Superinterfaces:
AutoCloseable, UncheckedAutoCloseable
- All Known Implementing Classes:
GlSurface, VulkanGpuSurface
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidblitFromTexture(CommandEncoderBackend commandEncoder, GpuTextureView textureView) voidconfigure(GpuSurface.Configuration config) booleanvoidpresent()Methods inherited from interface UncheckedAutoCloseable
close
-
Method Details
-
configure
- Throws:
SurfaceException
-
isSuboptimal
boolean isSuboptimal() -
acquireNextTexture
- Throws:
SurfaceException
-
blitFromTexture
-
present
void present() -
supportedPresentModes
Collection<GpuSurface.PresentMode> supportedPresentModes()
-