docs: add doxygen (#1004)
This commit is contained in:
parent
a1e6f441e4
commit
31885434f2
76 changed files with 3375 additions and 221 deletions
|
|
@ -74,7 +74,7 @@ using float4 = float[4];
|
|||
using float3 = float[3];
|
||||
using float2 = float[2];
|
||||
|
||||
struct __attribute__((__aligned__(16))) color_t {
|
||||
struct alignas(16) color_t {
|
||||
float4 color_vec_y;
|
||||
float4 color_vec_u;
|
||||
float4 color_vec_v;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue