Skip to content

Commit

Permalink
Update context.h
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Jan 26, 2024
1 parent 8dd26f3 commit 01b5b59
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/ak/context.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ typedef struct AkContext {
// AkMap *bindVertexInput;
} AkContext;

AK_INLINE AkContext AkContextZeroed(void) { return (AkContext){0}; }

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit 01b5b59

Please sign in to comment.