tempAllocateFrameBuffers2

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