Foundation
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Application.hpp File Reference
#include "Device.hpp"

Go to the source code of this file.

Classes

struct  Foundation::RHI::RHIFileInfo
 
class  Foundation::RHI::RHIApplication
 The root object of everything RHI. Implementation of this class inherently defines the RHI backend. More...
 
struct  Foundation::RHI::RHIObjectTraits< RHIApplication, RHIDevice >
 

Namespaces

namespace  Foundation
 
namespace  Foundation::RHI
 Low-level Rendering Hardware Interface (RHI) abstractions.
 

Typedefs

using Foundation::RHI::RHIDirectoryIteratorCallback = bool(*)(void *userData, StringView directory, StringView file)
 Directory iterator callback.