Foray Library
rapid prototyping framework for crossplatform development of vulkan hardware ray tracing applications
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
foray::util::impl::ExrLoaderCache Class Reference

Public Member Functions

 ExrLoaderCache ()
 
 ExrLoaderCache (EXRHeader &header)
 
 ~ExrLoaderCache ()
 

Public Attributes

EXRVersion Version {}
 
EXRHeader Header {}
 
int32_t ChannelIndices [5]
 
std::unordered_map< std::string, uint32_t > Channels
 

Constructor & Destructor Documentation

◆ ExrLoaderCache() [1/2]

foray::util::impl::ExrLoaderCache::ExrLoaderCache ( )
inline

◆ ExrLoaderCache() [2/2]

foray::util::impl::ExrLoaderCache::ExrLoaderCache ( EXRHeader &  header)
inlineexplicit

◆ ~ExrLoaderCache()

foray::util::impl::ExrLoaderCache::~ExrLoaderCache ( )
inline

Member Data Documentation

◆ ChannelIndices

int32_t foray::util::impl::ExrLoaderCache::ChannelIndices[5]

◆ Channels

std::unordered_map<std::string, uint32_t> foray::util::impl::ExrLoaderCache::Channels

◆ Header

EXRHeader foray::util::impl::ExrLoaderCache::Header {}

◆ Version

EXRVersion foray::util::impl::ExrLoaderCache::Version {}

The documentation for this class was generated from the following file: