Package heronarts.glx.ui.vg
Class VGraphics.Framebuffer
java.lang.Object
heronarts.glx.ui.vg.VGraphics.Framebuffer
- All Implemented Interfaces:
BGFXEngine.Resource
- Enclosing class:
VGraphics
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()intgetPaint()booleanisStale()voidmarkForResize(float w, float h) setView(short viewId)
-
Constructor Details
-
Framebuffer
-
-
Method Details
-
isStale
public boolean isStale() -
getPaint
-
getHandle
public int getHandle() -
setView
-
initialize
-
markForResize
public void markForResize(float w, float h) -
dispose
public void dispose()- Specified by:
disposein interfaceBGFXEngine.Resource
-