Loading...
Searching...
No Matches
matfiltConvertPreviewMaterial.h
1//
2// Copyright 2019 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_MATFILT_CONVERT_PREVIEW_MATERIAL_H
8#define EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_MATFILT_CONVERT_PREVIEW_MATERIAL_H
9
10#include "pxr/pxr.h"
11#include "pxr/imaging/hd/material.h"
12#include "pxr/imaging/hd/materialNetworkInterface.h"
13
14PXR_NAMESPACE_OPEN_SCOPE
15
17
19void
20MatfiltConvertPreviewMaterial(
21 HdMaterialNetworkInterface *networkInterface,
22 std::vector<std::string> *outputErrorMessages);
23
24PXR_NAMESPACE_CLOSE_SCOPE
25
26#endif // EXT_RMANPKG_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_MATFILT_CONVERT_PREVIEW_MATERIAL_H
Abstract interface for querying and mutating a material network.