cf_query_pixel_format¶
Category: graphics
GitHub: cute_graphics.h
Queries whether a pixel format supports a specific operation on the current backend.
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.
Related Pages¶
CF_PixelFormat
CF_PixelFormatOp
cf_texture_supports_format