Rename VulkanTest to RenderTest

This commit is contained in:
Jérôme Leclercq
2020-08-27 19:44:31 +02:00
parent 2a875c8bdc
commit c8e74b6196
2 changed files with 7 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
EXAMPLE.Name = "RenderTest"
EXAMPLE.EnableConsole = true
EXAMPLE.Files = {
"main.cpp"
}
EXAMPLE.Libraries = {
"NazaraCore",
"NazaraPlatform",
"NazaraRenderer",
"NazaraUtility"
}