Skip to content

Commit 03f3ef9

Browse files
authored
Handle 3DLUT case (#1636)
1 parent 89c5c86 commit 03f3ef9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Generator/GeneratorHelper.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ public static function normalizeName(string $propertyName): string
2525
static $replacements = [
2626
'FourCC' => 'Fourcc',
2727
'SHA256' => 'Sha256',
28+
'3DLUT' => '3Dlut',
2829
'CRC32' => 'Crc32',
2930
'BOOL' => 'Bool',
3031
'CORS' => 'Cors',

0 commit comments

Comments
 (0)