Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
Loading...
Searching...
No Matches
Classes | Namespaces | Enumerations
foray_imageloader.hpp File Reference
#include "../core/foray_commandbuffer.hpp"
#include "../core/foray_managedimage.hpp"
#include "../foray_basics.hpp"
#include "../foray_vulkan.hpp"
#include "../osi/foray_env.hpp"
#include "foray_imageformattraits.hpp"
#include <functional>
#include "foray_imageloader.inl"

Go to the source code of this file.

Classes

class  foray::util::ImageLoader< FORMAT >
 General purpose image loader. More...
 
class  foray::util::ImageLoader< FORMAT >::ImageInfo
 

Namespaces

namespace  foray
 
namespace  foray::util
 

Enumerations

enum class  foray::util::EImageChannel {
  foray::util::Unknown = -1 , foray::util::R = 0 , foray::util::G , foray::util::B ,
  foray::util::A , foray::util::Y
}