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

18 lines
294 B
C

#pragma once
#include "../shader_stage.h"
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
int compile_hlsl_to_d3d12(const char *source, uint8_t **output, size_t *outputlength, shader_stage stage, bool debug);
#ifdef __cplusplus
}
#endif