GlTextureFrameBufferHelper

class GlTextureFrameBufferHelper(pixelFormat: Int = 0)

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

Constructors

Link copied to clipboard
constructor(pixelFormat: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
var height: Int
Link copied to clipboard
Link copied to clipboard
var width: Int

Functions

Link copied to clipboard
fun release()
Link copied to clipboard
fun setSize(width: Int, height: Int)