提交 0f38baec 编写于 作者: M Matt Pharr

Remove unused SOA friend declarations

上级 5ac5351a
......@@ -943,8 +943,6 @@ class CoatedDiffuseBxDF : public LayeredBxDF<DielectricInterfaceBxDF, IdealDiffu
using LayeredBxDF::LayeredBxDF;
PBRT_CPU_GPU
static constexpr const char *Name() { return "CoatedDiffuseBxDF"; }
friend class SOA<CoatedDiffuseBxDF>;
};
// CoatedConductorBxDF Definition
......@@ -954,8 +952,6 @@ class CoatedConductorBxDF : public LayeredBxDF<DielectricInterfaceBxDF, Conducto
PBRT_CPU_GPU
static constexpr const char *Name() { return "CoatedConductorBxDF"; }
using LayeredBxDF::LayeredBxDF;
friend class SOA<CoatedConductorBxDF>;
};
// HairBxDF Definition
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册