Changeset 187b0f5 in opengl-game for vulkan-ref.cpp


Ignore:
Timestamp:
Mar 11, 2021, 2:44:43 AM (3 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
301c90a
Parents:
20e4c2b
git-author:
Dmitry Portnoy <dportnoy@…> (03/11/21 02:39:25)
git-committer:
Dmitry Portnoy <dportnoy@…> (03/11/21 02:44:43)
Message:

Change VulkanGame and SDLGame to only use discrete GPUs and switch the timer class to steady_clock

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-ref.cpp

    r20e4c2b r187b0f5  
    99#include <glm/glm.hpp>
    1010#include <glm/gtc/matrix_transform.hpp>
     11
     12#include <SDL2/SDL_ttf.h>
    1113
    1214#include <iostream>
Note: See TracChangeset for help on using the changeset viewer.