We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0083231 commit 4b10db7Copy full SHA for 4b10db7
pxr/imaging/plugin/hdEmbree/mesh.h
@@ -20,8 +20,8 @@
20
21
PXR_NAMESPACE_OPEN_SCOPE
22
23
-class HdEmbreePrototypeContext;
24
-class HdEmbreeInstanceContext;
+struct HdEmbreePrototypeContext;
+struct HdEmbreeInstanceContext;
25
26
/// \class HdEmbreeMesh
27
///
@@ -171,7 +171,7 @@ class HdEmbreeMesh final : public HdMesh {
171
172
private:
173
// Every HdEmbreeMesh is treated as instanced; if there's no instancer,
174
- // the prototype has a single identity istance. The prototype is stored
+ // the prototype has a single identity instance. The prototype is stored
175
// as _rtcMeshId, in _rtcMeshScene.
176
unsigned _rtcMeshId;
177
RTCScene _rtcMeshScene;
0 commit comments