Changeset 4a9416a in opengl-game for vulkan-utils.cpp
- Timestamp:
- Apr 26, 2020, 9:50:00 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master
- Children:
- b8d4456
- Parents:
- 52a02e6
- git-author:
- Dmitry Portnoy <dmitry.portnoy@…> (04/26/20 19:00:18)
- git-committer:
- Dmitry Portnoy <dmitry.portnoy@…> (04/26/20 21:50:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vulkan-utils.cpp
r52a02e6 r4a9416a 257 257 void VulkanUtils::createVulkanImageFromFile(VkDevice device, VkPhysicalDevice physicalDevice, 258 258 VkCommandPool commandPool, string filename, VulkanImage& image, VkQueue graphicsQueue) { 259 // TODO: Since the image loaded here will be used as a texture, display a warning if it has 260 // non power-of-two dimensions 259 261 int texWidth, texHeight, texChannels; 260 262
Note:
See TracChangeset
for help on using the changeset viewer.