#pragma once #include "../shader_stage.h" #include #include #include #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