Changeset 4befb76 in opengl-game


Ignore:
Timestamp:
Jul 13, 2019, 7:31:33 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
c458c58
Parents:
bfd620e
Message:

Create a bash script for compiling shaders to SPIR-V files

Files:
3 added
6 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    rbfd620e r4befb76  
    66crash.log
    77
     8*.spv
    89imgui.ini
    910
  • vulkan-game.cpp

    rbfd620e r4befb76  
    155155         createSwapChain();
    156156         createImageViews();
     157         createGraphicsPipeline();
    157158      }
    158159
     
    564565            }
    565566         }
     567      }
     568
     569      void createGraphicsPipeline() {
    566570      }
    567571
Note: See TracChangeset for help on using the changeset viewer.