Skip to content

Commit

Permalink
Use the local spirv_cross_c header
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Aug 8, 2024
1 parent 3a7b7cd commit afe8286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spirv/SDL_gpu_shadercross.h
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void *SDL_CompileFromHLSL(
#error SDL_GPU_SHADERCROSS_HLSL must be enabled for SDL_GPU_SHADERCROSS_SPIRVCROSS!
#endif

#include <spirv_cross_c.h>
#include "spirv_cross_c.h"

#if defined(_WIN32)
#define SPIRV_CROSS_DLL "spirv-cross-c-shared.dll"
Expand Down

0 comments on commit afe8286

Please sign in to comment.