Foundation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
Application.hpp File Reference
#include <RHICore/Application.hpp>
#include "Common.hpp"
#include "Device.hpp"

Go to the source code of this file.

Classes

class  Foundation::RHI::VulkanApplication
 

Namespaces

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

Functions

voidFoundation::RHI::vkCustomCpuAllocation (Allocator *alloc, size_t size, size_t alignment, vk::SystemAllocationScope allocationScope)
 
voidFoundation::RHI::vkCustomCpuReallocation (Allocator *alloc, void *pOriginal, size_t size, size_t alignment, vk::SystemAllocationScope allocationScope)
 
void Foundation::RHI::vkCustomCpuFree (Allocator *alloc, void *pMemory)
 
vk::AllocationCallbacks Foundation::RHI::CreateVulkanCpuAllocationCallbacks (Core::Allocator *alloc)