Loading...
Searching...
No Matches
matfiltMaterialX.h
1//
2// Copyright 2021 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_25_0_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_MATFILT_MATERIALX_H
8#define EXT_RMANPKG_25_0_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_MATFILT_MATERIALX_H
9
10#include "pxr/pxr.h"
11#include "pxr/imaging/hd/material.h"
12#include "pxr/imaging/hd/materialNetworkInterface.h"
13#include "pxr/usd/ndr/declare.h"
14
15PXR_NAMESPACE_OPEN_SCOPE
16
18
24void
25MatfiltMaterialX(
26 HdMaterialNetworkInterface *netInterface,
27 std::vector<std::string> *outputErrorMessages);
28
29PXR_NAMESPACE_CLOSE_SCOPE
30
31#endif // EXT_RMANPKG_25_0_PLUGIN_RENDERMAN_PLUGIN_HD_PRMAN_MATFILT_MATERIALX_H
Abstract interface for querying and mutating a material network.
Common typedefs that are used throughout the NDR library.