HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
computeCmdsDesc.h
Go to the documentation of this file.
1 //
2 // Copyright 2022 Pixar
3 //
4 // Licensed under the terms set forth in the LICENSE.txt file available at
5 // https://openusd.org/license.
6 //
7 #ifndef PXR_IMAGING_HGI_COMPUTE_CMDS_DESC_H
8 #define PXR_IMAGING_HGI_COMPUTE_CMDS_DESC_H
9 
10 #include "pxr/pxr.h"
11 #include "pxr/imaging/hgi/api.h"
12 #include "pxr/imaging/hgi/enums.h"
13 
15 
16 
17 /// \struct HgiComputeCmdsDesc
18 ///
19 /// Describes the properties to construct a HgiComputeCmds.
20 ///
21 /// <ul>
22 /// <li>dispatchMethod:
23 /// The dispatch method for compute encoders.</li>
24 /// </ul>
25 ///
27 {
28  HGI_API
30 
32 };
33 
34 HGI_API
35 bool operator==(
36  const HgiComputeCmdsDesc& lhs,
37  const HgiComputeCmdsDesc& rhs);
38 
39 HGI_API
40 bool operator!=(
41  const HgiComputeCmdsDesc& lhs,
42  const HgiComputeCmdsDesc& rhs);
43 
44 
46 
47 #endif
HgiComputeDispatch dispatchMethod
HgiComputeDispatch
Definition: enums.h:812
bool operator!=(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Inequality operator, does exact floating point comparisons.
Definition: Mat3.h:556
#define HGI_API
Definition: api.h:23
PXR_NAMESPACE_CLOSE_SCOPE PXR_NAMESPACE_OPEN_SCOPE
Definition: path.h:1425
#define PXR_NAMESPACE_CLOSE_SCOPE
Definition: pxr.h:74
HGI_API HgiComputeCmdsDesc()
bool operator==(const Mat3< T0 > &m0, const Mat3< T1 > &m1)
Equality operator, does exact floating point comparisons.
Definition: Mat3.h:542