forked from LeenkxTeam/LNXRNT
Add files
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <kinc/image.h>
|
||||
|
||||
typedef struct {
|
||||
int index;
|
||||
bool vertex;
|
||||
} TextureUnit5Impl;
|
||||
|
||||
typedef struct {
|
||||
void *_tex;
|
||||
void *data;
|
||||
bool has_mipmaps;
|
||||
} Texture5Impl;
|
||||
Reference in New Issue
Block a user