From 2403422c3c7e89b63eedfe5fcf583bd7d9a23c01 Mon Sep 17 00:00:00 2001 From: AsukaMinato Date: Sat, 5 Aug 2023 11:26:40 +0900 Subject: [PATCH] fix HALF_FLOAT --- src/core/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/constants.js b/src/core/constants.js index 3fcff24b0d..f0b2306207 100644 --- a/src/core/constants.js +++ b/src/core/constants.js @@ -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';