docs: add doxygen (#1004)

This commit is contained in:
ReenigneArcher 2023-03-07 20:26:03 -05:00 committed by GitHub
commit 31885434f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 3375 additions and 221 deletions

View file

@ -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;