organize headers, add icon/logo sprites to demo
This commit is contained in:
parent
553bf95c3b
commit
2a1a3f1768
21 changed files with 52 additions and 44 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "pxl8_types.h"
|
||||
#include "pxl8_simd.h"
|
||||
#include "pxl8_types.h"
|
||||
|
||||
static inline bool pxl8_is_simd_aligned(u32 w) {
|
||||
return w >= PXL8_SIMD_WIDTH_U8 && (w % PXL8_SIMD_WIDTH_U8 == 0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue