amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.utils / GlTextureFrameBufferHelper

GlTextureFrameBufferHelper

class GlTextureFrameBufferHelper

GlTextureFrameBufferHelper is a helper class for handling OpenGL framebuffer with only color attachment and no depth or stencil buffer.

Constructors

<init>

GlTextureFrameBufferHelper is a helper class for handling OpenGL framebuffer with only color attachment and no depth or stencil buffer.

GlTextureFrameBufferHelper(pixelFormat: Int = 0)

Properties

frameBufferId

var frameBufferId: Int

height

var height: Int

textureId

var textureId: Int

width

var width: Int

Functions

release

fun release(): Unit

setSize

fun setSize(width: Int, height: Int): Unit