switch-examples/graphics/deko3d/deko_examples/source/SampleFramework/FileLoader.h
2020-04-04 13:41:18 +02:00

10 lines
298 B
C

/*
** Sample Framework for deko3d Applications
** FileLoader.h: Helpers for loading data from the filesystem directly into GPU memory
*/
#pragma once
#include "common.h"
#include "CMemPool.h"
CMemPool::Handle LoadFile(CMemPool& pool, const char* path, uint32_t alignment = DK_CMDMEM_ALIGNMENT);