This commit is contained in:
luboslenco
2025-04-01 11:11:06 +02:00
parent 962af692d8
commit 7306ab79b1
5 changed files with 9 additions and 123 deletions
+1 -5
View File
@@ -317,7 +317,7 @@ string_t *iron_get_arg(i32 index) {
#include "iron_math.h"
#include "iron_net.h"
#include <lz4x.h>
#include "dir.h"
#include "kong/dir.h"
#ifdef WITH_AUDIO
#include "iron_audio.h"
#endif
@@ -374,10 +374,6 @@ const char *iphonegetresourcepath();
char mobile_title[1024];
#endif
#if defined(IRON_VULKAN) && defined(KRAFIX_LIBRARY)
int krafix_compile(const char *source, char *output, int *length, const char *targetlang, const char *system, const char *shadertype, int version);
#endif
extern iron_gpu_command_list_t commandList;
static iron_gpu_buffer_t constant_buffer;
static iron_gpu_texture_t *render_target;