post_process_baked_texture_async#
- async omni.mdl.neuraylib.post_process_baked_texture_async(
- texture: ICanvas,
- mode: str,
Post-processes the baked texture asynchronously.
- Parameters:
texture (
ICanvas) – The baked texture to be post-processed.mode (str) – The post-processing mode to be applied. Supported modes are: ‘normal’
- Return type:
bool
- Returns:
True if the post-processing was successful, False otherwise.