| 95 | } |
| 96 | |
| 97 | RenderPassReflection BSDFViewer::reflect(const CompileData& compileData) |
| 98 | { |
| 99 | RenderPassReflection r; |
| 100 | r.addOutput(kOutput, "Output buffer").format(ResourceFormat::RGBA32Float).bindFlags(ResourceBindFlags::UnorderedAccess); |
| 101 | return r; |
| 102 | } |
| 103 | |
| 104 | void BSDFViewer::compile(RenderContext* pRenderContext, const CompileData& compileData) |
| 105 | { |