Popov72 5 tahun lalu
induk
melakukan
be2018d2bc
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      src/Materials/Node/nodeMaterial.ts

+ 1 - 0
src/Materials/Node/nodeMaterial.ts

@@ -733,6 +733,7 @@ export class NodeMaterial extends PushMaterial {
      * @param reusable If the post process can be reused on the same frame. (default: false)
      * @param textureType Type of textures used when performing the post process. (default: 0)
      * @param textureFormat Format of textures used when performing the post process. (default: TEXTUREFORMAT_RGBA)
+     * @returns the post process created
      */
     public createPostProcess(
         camera: Nullable<Camera>, options: number | PostProcessOptions = 1, samplingMode: number = Constants.TEXTURE_NEAREST_SAMPLINGMODE, engine?: Engine, reusable?: boolean,