Skip to content

Commit 8ea29e5

Browse files
committed
Add shader param type env_cubemap
1 parent 86dad03 commit 8ea29e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vmt/src/shader-param.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export class ShaderParam {
1616

1717
}
1818

19-
export type ShaderParamType = "texture" | "material" | "color" | "scalar" | "float" | "int" | "bool" | "vector" | "matrix" | "string" | "unknown";
19+
export type ShaderParamType = "texture" | "material" | "color" | "scalar" | "float" | "int" | "bool" | "vector" | "matrix" | "string" | "unknown" | "env_cubemap";
2020

2121
export class ShaderParamHint {
2222

0 commit comments

Comments
 (0)