Changeset 5f3dba8 in opengl-game for game-gui-sdl.hpp


Ignore:
Timestamp:
Aug 12, 2019, 3:45:20 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
e1a7f5a
Parents:
69dccfe
Message:

Create a transparent texture in SDL and render some sample images and shapes onto it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui-sdl.hpp

    r69dccfe r5f3dba8  
    55
    66#include <SDL2/SDL.h>
     7#include <SDL2/SDL_image.h>
     8#include <SDL2/SDL_ttf.h>
    79#include <SDL2/SDL_vulkan.h>
    810
Note: See TracChangeset for help on using the changeset viewer.