tempAllocateFrameBuffer

inline fun tempAllocateFrameBuffer(    width: Int,     height: Int,     hasDepth: Boolean = false,     hasStencil: Boolean = true,     msamples: Int = 1,     block: (rb: AGFrameBuffer) -> Unit)