Functions
- Retrieves the back-end render target. If
Surface
has no back-end render target,None
is returned. - Retrieves the back-end texture. If
Surface
has no back-end texture,None
is returned. - Returns
Surface
on GPU indicated by context. Allocates memory for pixels, based on the width, height, andcrate::ColorType
inImageInfo
. budgeted selects whether allocation for pixels is tracked by context.image_info
describes the pixel format incrate::ColorType
, and transparency incrate::AlphaType
, and color matching incrate::ColorSpace
. - Returns
Surface
on GPU indicated by context that is compatible with the provided characterization. budgeted selects whether allocation for pixels is tracked by context.