Graphics/FrameGraph: Reuse textures if possible
This commit is contained in:
@@ -46,6 +46,8 @@ namespace Nz
|
||||
inline std::size_t AddInput(std::size_t attachmentId);
|
||||
inline std::size_t AddOutput(std::size_t attachmentId);
|
||||
|
||||
template<typename F> void ForEachAttachment(F&& func) const;
|
||||
|
||||
inline const CommandCallback& GetCommandCallback() const;
|
||||
inline const std::optional<DepthStencilClear>& GetDepthStencilClear() const;
|
||||
inline std::size_t GetDepthStencilInput() const;
|
||||
|
||||
Reference in New Issue
Block a user