Skip to content

Commit

Permalink
graphics: add missing AW_GRAPHICS_EXP
Browse files Browse the repository at this point in the history
Causes linker errors.
  • Loading branch information
Hedede committed Feb 12, 2024
1 parent b533a93 commit af6e682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/include/aw/graphics/gl/shader.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ using gl::shader_handle;
// — what infomation to store?
// — if I make it possible to make invalid shader, do I also provide methods
// to recompile shader?
struct shader {
struct AW_GRAPHICS_EXP shader {

shader(gl::shader_type type);
shader(gl::shader_type type, string_view source)
Expand Down

0 comments on commit af6e682

Please sign in to comment.