diff options
| author | realtradam <[email protected]> | 2023-01-06 15:53:53 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-01-06 15:53:53 -0500 |
| commit | 729a6b3b9cb0315106c87079a0eba9b294f02159 (patch) | |
| tree | 4d7062c70b13349685bd7dc39295af6b1dc64a25 /include/rodeo_math.h | |
| parent | b1f855a82b40f1caeaf4d672638f2cfc933c8040 (diff) | |
| download | RodeoKit-729a6b3b9cb0315106c87079a0eba9b294f02159.tar.gz RodeoKit-729a6b3b9cb0315106c87079a0eba9b294f02159.zip | |
render batching for coloured rectangles
Diffstat (limited to 'include/rodeo_math.h')
| -rw-r--r-- | include/rodeo_math.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/rodeo_math.h b/include/rodeo_math.h new file mode 100644 index 0000000..13db9b3 --- /dev/null +++ b/include/rodeo_math.h @@ -0,0 +1,7 @@ +#include "stdint.h" +#include "rodeo_types.h" + +uint32_t +Rodeo__\ +Math__\ +color_rgba_to_uint32(const struct Rodeo__color_rgba_t color); |
