Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-duncan committed Feb 12, 2024
1 parent dcea20c commit 1424baa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ class AliasInfo {
type: TypeInfo;
}

class EntryFunctions {
vertex: Array<FunctionInfo>;
fragment: Array<FunctionInfo>;
compute: Array<FunctionInfo>;
}

class FunctionInfo {
name: string;
stage: string | null;
Expand Down

0 comments on commit 1424baa

Please sign in to comment.