Changeset 1f25a71 in opengl-game for vulkan-game.hpp


Ignore:
Timestamp:
Nov 10, 2019, 5:40:12 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
0ae182f
Parents:
cc4a8b5
git-author:
Dmitry Portnoy <dmitry.portnoy@…> (11/10/19 17:39:32)
git-committer:
Dmitry Portnoy <dmitry.portnoy@…> (11/10/19 17:40:12)
Message:

In vulkangame, print the SDL version and finish implementing renderUI() to show some test images and text using SDL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.hpp

    rcc4a8b5 r1f25a71  
    8787      VkDescriptorImageInfo sdlOverlayImageDescriptor;
    8888
     89      TTF_Font* font;
     90      SDL_Texture* fontSDLTexture;
     91
     92      SDL_Texture* imageSDLTexture;
     93
    8994      vector<VkSemaphore> imageAvailableSemaphores;
    9095      vector<VkSemaphore> renderFinishedSemaphores;
Note: See TracChangeset for help on using the changeset viewer.