Skip to content

cf_query_pixel_format

Category: graphics
GitHub: cute_graphics.h


Queries whether a pixel format supports a specific operation on the current backend.

bool cf_query_pixel_format(CF_PixelFormat format, CF_PixelFormatOp op);
Parameters Description
format The CF_PixelFormat to query.
op The operation to test, see CF_PixelFormatOp.

Return Value

True if the operation is supported for the format, otherwise false.

CF_PixelFormat
CF_PixelFormatOp
cf_texture_supports_format