Skip to content

Commit

Permalink
[SPIR-V] Remove the warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Aug 13, 2024
1 parent b1dc72f commit a3d873b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/kong.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,6 @@ int main(int argc, char **argv) {
wgsl_export(output);
break;
case API_VULKAN: {
kong_log(LOG_LEVEL_WARNING, "Beware, SPIR-V export is not yet working");
spirv_export(output);
break;
}
Expand Down

2 comments on commit a3d873b

@luboslenco
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wohoo! Thanks for working on this.

@RobDangerous
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙂 Hopefully I'll manage to keep working on it regularly.

Please sign in to comment.