Changeset 6fc24c7 in opengl-game for vulkan-game.hpp


Ignore:
Timestamp:
Sep 27, 2019, 7:58:33 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
0e09340
Parents:
f94eea9
Message:

In vulkangame, add code to create a render pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-game.hpp

    rf94eea9 r6fc24c7  
    3838      VkExtent2D swapChainExtent;
    3939      vector<VkImageView> swapChainImageViews;
     40      VkRenderPass renderPass;
    4041
    4142      bool initWindow(int width, int height, unsigned char guiFlags);
     
    5758      void createSwapChain();
    5859      void createImageViews();
     60      void createRenderPass();
     61      VkFormat findDepthFormat();
    5962
    6063      void cleanupSwapChain();
Note: See TracChangeset for help on using the changeset viewer.