Base class: Object

Lua
C++
Edit

TextureBuffer

This class is used for render-to-texture operations.

Property Type Description
size iVec2 read-only dimensions
CountColorAttachments Method returns the number of color attachments
GetColorAttachment Method returns the color attachment
GetDepthAttachment Method returns the depth attachment
GetSize Method returns the texture buffer dimensions
SetColorAttachment Method sets the color render texture
SetDepthAttachment Method sets the depth render texture
CreateTextureBuffer Function returns a new texturebuffer object
Copyright © 2024 Ultra Software.
All rights reserved.