Package com.leia.sdk.graphics
Class InterlacerAGSL
- java.lang.Object
-
- com.leia.sdk.graphics.Interlacer
-
- com.leia.sdk.graphics.InterlacerAGSL
-
public class InterlacerAGSL extends Interlacer
-
-
Constructor Summary
Constructors Constructor Description InterlacerAGSL(LeiaSDK leiaSDK)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RuntimeShadercompileShader(int width, int height)StringgetPlaceholderTextureUniformName()StringgetViewTextureUniformName()-
Methods inherited from class com.leia.sdk.graphics.Interlacer
close, doPassthrough, doPostProcess, drawRoundedCorners, getActCoef, getConvergedPerspectiveViewInfo, getLayerCount, getRectMatrix, getZonePlateInitialState, getZonePlateResults, initOpenGL, processGuiEvent, setCameraAngles, setCameraRectificationParameters, setDebugGuiCloseListener, setFlipInputUvVertical, setInShaderSRGBConversion, setLayerCount, setNumTiles, setOutputRenderTarget, setReconvergence, setScaleType, setSingleViewMode, setSingleViewModeListener, setSourceSize, setSourceViews, setSourceViewsSRGB, setSupportCirclePhase, setTextureMatrix, setViewport, setViewportScreenPosition, syncConfig, writeZonePlateResultsToInterlacer
-
-
-
-
Constructor Detail
-
InterlacerAGSL
public InterlacerAGSL(LeiaSDK leiaSDK)
-
-
Method Detail
-
compileShader
public RuntimeShader compileShader(int width, int height)
-
getViewTextureUniformName
public String getViewTextureUniformName()
-
getPlaceholderTextureUniformName
public String getPlaceholderTextureUniformName()
-
-