Skip to content

Commit

Permalink
Merge pull request processing#6330 from wuyudi/wuyudi-patch-1
Browse files Browse the repository at this point in the history
fix HALF_FLOAT
  • Loading branch information
aferriss committed Aug 7, 2023
2 parents 0ef830d + 2403422 commit 069d10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ export const UNSIGNED_INT = 'unsigned-int';
export const FLOAT = 'float';

/**
* @property {String} FLOAT
* @property {String} HALF_FLOAT
* @final
*/
export const HALF_FLOAT = 'half-float';
Expand Down

0 comments on commit 069d10c

Please sign in to comment.