Lines Matching refs:RenderGraph
39 RenderGraph.
43 class RenderGraph final {
45 explicit RenderGraph(GpuResourceManager& gpuResourceMgr);
46 ~RenderGraph() = default;
48 RenderGraph(const RenderGraph&) = delete;
49 RenderGraph operator=(const RenderGraph&) = delete;
195 const GpuResourceState& resourceState, const BindableImage& res, RenderGraph::ParameterCache& params);
198 const GpuResourceState& resourceState, const BindableBuffer& res, RenderGraph::ParameterCache& params);