Changeset aa7707d in opengl-game for gui/button.cpp


Ignore:
Timestamp:
Jul 25, 2020, 8:05:57 PM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master
Children:
681dbe8
Parents:
6bfd91c
Message:

Update the Vulkan SDK version and get the latest code compiling on Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gui/button.cpp

    r6bfd91c raa7707d  
    22
    33#include <SDL2/SDL_ttf.h>
    4 #include <SDL2/SDL2_gfxPrimitives.h>
     4// #include <SDL2/SDL2_gfxPrimitives.h>
    55
    66#include "../vulkan-game.hpp"
     
    7272   uint8_t colorA = cur_color & 0xFF;
    7373
     74   /*
    7475   boxRGBA(&this->renderer, this->x + x, this->y + y, this->x + this->width, this->y + this->height,
    7576      colorR, colorG, colorB, colorA);
     77   */
    7678
    7779   SDL_Rect rect = {
Note: See TracChangeset for help on using the changeset viewer.