Changeset 1c6cd5e in opengl-game for vulkan-game.cpp


Ignore:
Timestamp:
Jul 10, 2019, 3:10:26 AM (6 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
f286a10
Parents:
b3671b5
git-author:
Dmitry Portnoy <dmp1488@…> (07/10/19 02:58:59)
git-committer:
Dmitry Portnoy <dmp1488@…> (07/10/19 03:10:26)
Message:

Create the VulkanGame VS2019 project and add it to the NewOpenGLGame solution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.cpp

    rb3671b5 r1c6cd5e  
    420420};
    421421
    422 int main() {
     422int main(int argc, char* argv[]) {
    423423
    424424#ifdef NDEBUG
     
    428428#endif
    429429
    430    /*
    431430   mat4 matrix;
    432431   vec4 vec;
    433432   vec4 test = matrix * vec;
    434    */
    435433
    436434   cout << "Starting Vulkan game..." << endl;
Note: See TracChangeset for help on using the changeset viewer.