aboutsummaryrefslogtreecommitdiff
path: root/src/asset/texture.h
blob: 0d38bd91424f910baa23ad59552ff500ac20fbb2 (plain)
1
2
3
4
5
6
7
/// Load textures from images.
#pragma once

#include <gfx/asset.h>

/// Load a texture.
Texture* gfx_texture_load(GfxCore*, const LoadTextureCmd*);