Files
gtk/tools/gtk-shader-tool.h
Matthias Clasen 84c6a1a8cf Add a shader tool
This tool will do what is necessary to populate the Vulkan shader
cache with most of the shaders that GTK will need.
2024-04-30 18:38:25 -04:00

4 lines
67 B
C

#pragma once
void do_compile (int *argc, const char ***argv);