Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
wtholliday committed Oct 11, 2023
1 parent cdfa5b9 commit 9ff14f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Sources/vger/prim.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ typedef struct {
/// Glyph region index. (used internally)
uint32_t glyph;

/// Index of transform applied to drawing region. (used internally)
/// Index of transform applied to drawing region.
uint32_t xform;

/// Min and max coordinates of the quad we're rendering. (used internally)
/// Min and max coordinates of the quad we're rendering.
vector_float2 quadBounds[2];

/// Min and max coordinates in texture space. (used internally)
/// Min and max coordinates in texture space.
vector_float2 texBounds[2];

} vgerPrim;
Expand Down

0 comments on commit 9ff14f0

Please sign in to comment.