CF_SampleCount¶
Category: graphics
GitHub: cute_graphics.h
Multisample count used for MSAA render targets.
Values¶
| Enum | Description |
|---|---|
CF_SAMPLE_COUNT_1 |
No multisampling. |
CF_SAMPLE_COUNT_2 |
Multisample anti-aliasing with 2x samples. |
CF_SAMPLE_COUNT_4 |
Multisample anti-aliasing with 4x samples. |
CF_SAMPLE_COUNT_8 |
Multisample anti-aliasing with 8x samples. |
Remarks¶
Turning this on will attempt to use hardware to blur everything you render. You may not sample from canvas textures with sample counts greater than 1.
Related Pages¶
CF_TextureParams
cf_sample_count_string