proper final change
This commit is contained in:
parent
fce5f7ee8f
commit
5dd2a43799
@ -1,10 +1,12 @@
|
|||||||
import std.file;
|
version(VULKAN_CODEGEN)
|
||||||
import std.string;
|
|
||||||
import std.path;
|
|
||||||
import std.stdio;
|
|
||||||
|
|
||||||
void main(string[] argv)
|
|
||||||
{
|
{
|
||||||
|
import std.file;
|
||||||
|
import std.string;
|
||||||
|
import std.path;
|
||||||
|
import std.stdio;
|
||||||
|
|
||||||
|
void main(string[] argv)
|
||||||
|
{
|
||||||
assert(argv.length > 1, "No argument provided");
|
assert(argv.length > 1, "No argument provided");
|
||||||
|
|
||||||
ubyte[] shader_bytes = cast(ubyte[])read(argv[1]);
|
ubyte[] shader_bytes = cast(ubyte[])read(argv[1]);
|
||||||
@ -28,4 +30,6 @@ void main(string[] argv)
|
|||||||
f.writeln("\n];");
|
f.writeln("\n];");
|
||||||
|
|
||||||
f.close();
|
f.close();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user