Fling Engine  0.00.1
Fling Engine is a game engine written in Vulkan
Namespaces | Functions
Memory.h File Reference
#include <stdlib.h>
#include <stdio.h>
#include "FlingTypes.h"

Go to the source code of this file.

Namespaces

 Fling
 

Functions

void * Fling::AlignedAlloc (size_t t_Size, size_t t_Alignment)
 
void Fling::AlignedFree (void *t_Data)
 
uintptr_t Fling::AlignAddress (uintptr_t t_Addr, size_t t_Align)
 
template<typename T >
T * Fling::AlignPointer (T *t_Ptr, size_t t_Align)