Add files

This commit is contained in:
2025-01-29 10:55:49 +01:00
commit 98fba39c36
1017 changed files with 403715 additions and 0 deletions

View File

@ -0,0 +1,18 @@
#pragma once
#ifdef __cplusplus
extern "C" {
#endif
struct ID3D11Texture2D;
struct ID3D11ShaderResourceView;
typedef struct {
struct ID3D11Texture2D *texture;
struct ID3D11ShaderResourceView *view;
// void set(Kore::Graphics4::TextureUnit unit);
} kinc_g4_texture_array_impl_t;
#ifdef __cplusplus
}
#endif