Files
NazaraEngine/src/Nazara/Graphics/FramePassAttachment.cpp
Jérôme Leclercq 55c2dd8485 Add FrameGraph (WIP)
2021-05-02 13:58:35 +02:00

11 lines
287 B
C++

// Copyright (C) 2017 Jérôme Leclercq
// This file is part of the "Nazara Engine - Graphics module"
// For conditions of distribution and use, see copyright notice in Config.hpp
#include <Nazara/Graphics/FramePassAttachment.hpp>
#include <Nazara/Graphics/Debug.hpp>
namespace Nz
{
}