throw together the worlds worst texture api
This commit is contained in:
7
src/core/textures/gryphn_texture.h
Normal file
7
src/core/textures/gryphn_texture.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
struct gnPlatformTexture_t;
|
||||
|
||||
typedef struct gnTexture_t {
|
||||
struct gnPlatformTexture_t* texture;
|
||||
} gnTexture;
|
Reference in New Issue
Block a user