Add FrameGraph (WIP)
This commit is contained in:
26
include/Nazara/Graphics/FramePassAttachment.hpp
Normal file
26
include/Nazara/Graphics/FramePassAttachment.hpp
Normal file
@@ -0,0 +1,26 @@
|
||||
// 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
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef NAZARA_FRAMEPASSATTACHMENT_HPP
|
||||
#define NAZARA_FRAMEPASSATTACHMENT_HPP
|
||||
|
||||
#include <Nazara/Prerequisites.hpp>
|
||||
#include <Nazara/Graphics/Config.hpp>
|
||||
#include <Nazara/Utility/PixelFormat.hpp>
|
||||
#include <string>
|
||||
|
||||
namespace Nz
|
||||
{
|
||||
struct FramePassAttachment
|
||||
{
|
||||
std::string name;
|
||||
PixelFormat format;
|
||||
};
|
||||
}
|
||||
|
||||
#include <Nazara/Graphics/FramePassAttachment.inl>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user