Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
|
#include "../core/foray_commandbuffer.hpp"
#include "../core/foray_core_declares.hpp"
#include <vector>
Go to the source code of this file.
Classes | |
class | foray::base::InFlightFrame |
Wraps synchronization primitives and command buffers for an inflight frame. More... | |
Namespaces | |
namespace | foray |
namespace | foray::base |
Typedefs | |
using | foray::base::CmdBufferIndex = int32_t |
Enumerations | |
enum class | foray::base::ESwapchainInteractResult { foray::base::Nominal , foray::base::Resized } |
Result of swapchain interaction (AcquireImage or Present) More... | |