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