Changeset f94eea9 in opengl-game for vulkan-utils.hpp


Ignore:
Timestamp:
Sep 27, 2019, 7:20:55 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
6fc24c7
Parents:
054d9ed
Message:

In vulkangame, add code to create image views

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vulkan-utils.hpp

    r054d9ed rf94eea9  
    4343      static VkPresentModeKHR chooseSwapPresentMode(const vector<VkPresentModeKHR>& availablePresentModes);
    4444      static VkExtent2D chooseSwapExtent(const VkSurfaceCapabilitiesKHR& capabilities, int width, int height);
     45      static VkImageView createImageView(VkDevice device, VkImage image, VkFormat format, VkImageAspectFlags aspectFlags);
    4546};
    4647
Note: See TracChangeset for help on using the changeset viewer.