|
@@ -776,6 +776,7 @@ export abstract class PBRBaseMaterial extends PushMaterial {
|
|
|
|
|
|
/**
|
|
/**
|
|
* Gets the name of the material shader.
|
|
* Gets the name of the material shader.
|
|
|
|
+ * @returns - string that specifies the shader program of the material.
|
|
*/
|
|
*/
|
|
public getShaderName(): string {
|
|
public getShaderName(): string {
|
|
return "pbr";
|
|
return "pbr";
|