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


Ignore:
Timestamp:
Sep 27, 2019, 7:58:33 PM (6 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-utils.hpp

    rf94eea9 r6fc24c7  
    4444      static VkExtent2D chooseSwapExtent(const VkSurfaceCapabilitiesKHR& capabilities, int width, int height);
    4545      static VkImageView createImageView(VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspectFlags);
     46      static VkFormat findSupportedFormat(VkPhysicalDevice physicalDevice, const vector<VkFormat>& candidates,
     47            VkImageTiling tiling, VkFormatFeatureFlags features);
    4648};
    4749
Note: See TracChangeset for help on using the changeset viewer.