| addPass(const std::string &name, OldPass *pass) | FCT::OldRenderGraph | |
| addPassDenpendency(const std::string &from, const std::string &to) | FCT::OldRenderGraph | |
| addRef() | FCT::RefCount | inline |
| addWindowResource(Window *wnd) | FCT::OldRenderGraph | |
| analyzeImplicitDependencies() | FCT::OldRenderGraph | |
| bindDepthStencil(const char *name, std::string image) | FCT::OldRenderGraph | |
| bindOutput(const char *name, Window *wnd, uint8_t slot=0) | FCT::OldRenderGraph | |
| bindOutputImage(const std::string &name, std::string image, uint8_t slot=0) | FCT::OldRenderGraph | |
| bindTextureImage(std::string name, std::string image, uint32_t width=0, uint32_t height=0, Samples samples=Samples::sample_undefined) | FCT::OldRenderGraph | |
| checkAndUpdateResourceSizes() | FCT::OldRenderGraph | |
| compile() | FCT::OldRenderGraph | |
| computeSize() | FCT::OldRenderGraph | |
| count() | FCT::RefCount | inline |
| deleteThis() | FCT::RefCount | inlineprotectedvirtual |
| execute(RHI::CommandBuffer *cmdBuf) | FCT::OldRenderGraph | |
| formatToString(Format format) | FCT::OldRenderGraph | |
| generateImageGraph() | FCT::OldRenderGraph | |
| generateImageResource() | FCT::OldRenderGraph | |
| getPassByName(const std::string &name) | FCT::OldRenderGraph | inline |
| getPassTargetToWnd(Window *wnd) | FCT::OldRenderGraph | |
| getResourceImage(std::string name) | FCT::OldRenderGraph | inline |
| isPassReadingFromResource(const std::string &passName, const std::string &resourceName) | FCT::OldRenderGraph | |
| isPassWritingToResource(const std::string &passName, const std::string &resourceName) | FCT::OldRenderGraph | |
| m_bindedWindows | FCT::OldRenderGraph | protected |
| m_ctx | FCT::OldRenderGraph | protected |
| m_executionOrder | FCT::OldRenderGraph | protected |
| m_imageResourceDescs | FCT::OldRenderGraph | protected |
| m_images | FCT::OldRenderGraph | protected |
| m_needUpdataFramesIndexImages | FCT::OldRenderGraph | protected |
| m_passGraph | FCT::OldRenderGraph | protected |
| m_passGroups | FCT::OldRenderGraph | protected |
| m_passVertex | FCT::OldRenderGraph | protected |
| m_refCount | FCT::RefCount | protected |
| m_resourceGraph | FCT::OldRenderGraph | protected |
| m_resourceVertices | FCT::OldRenderGraph | protected |
| m_textureLayouts | FCT::OldRenderGraph | protected |
| m_unnameWndBackBufferCount | FCT::OldRenderGraph | protected |
| m_unnameWndStencilDepthCount | FCT::OldRenderGraph | protected |
| m_windowBackBufferNames | FCT::OldRenderGraph | protected |
| m_windowDepthStencilNames | FCT::OldRenderGraph | protected |
| m_windowDepthStencilResources | FCT::OldRenderGraph | protected |
| m_windowImageResources | FCT::OldRenderGraph | protected |
| OldRenderGraph(Context *ctx) | FCT::OldRenderGraph | |
| operator bool() const | FCT::RefCount | inline |
| printExecutionOrder() | FCT::OldRenderGraph | |
| printResourceInfo() | FCT::OldRenderGraph | |
| RefCount() | FCT::RefCount | inline |
| RefCount(size_t refCount) | FCT::RefCount | inline |
| release() | FCT::RefCount | inline |
| saveExecutionOrder(const std::vector< PassGraphType::vertex_descriptor > &sortedPasses, const std::vector< std::vector< PassGraphType::vertex_descriptor > > &passGroups) | FCT::OldRenderGraph | |
| submit(Job *job, std::string name) | FCT::OldRenderGraph | |
| swapJobQueue() | FCT::OldRenderGraph | |
| updateFrameIndices() | FCT::OldRenderGraph | |
| updateResource() | FCT::OldRenderGraph | |
| ~RefCount() | FCT::RefCount | inlinevirtual |