Files
armorpaint/base/sources/libs/kong/backends/hlsl.h
T
luboslenco ea4baf6921 Update kong
2025-03-25 18:53:04 +01:00

12 lines
201 B
C

#ifndef KONG_BACKENDS_HLSL_HEADER
#define KONG_BACKENDS_HLSL_HEADER
#include "../api.h"
#include <stdbool.h>
#include <stdint.h>
void hlsl_export(char *directory, api_kind d3d, bool debug);
#endif