AGReadPixelsToTexture
data class AGReadPixelsToTexture(var frameBuffer: AGFrameBufferBase, var frameBufferInfo: AGFrameBufferInfo, var region: AGScissor, var texture: AGTexture) : AGCommand
Reads pixels from a region inside a frameBuffer into a texture.
Constructors
Link copied to clipboard
constructor(frameBuffer: AGFrameBufferBase, frameBufferInfo: AGFrameBufferInfo, region: AGScissor, texture: AGTexture)