source: opengl-game/vulkan-utils.hpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2f4ff8c   3 years dportnoy Change the uniform buffers to always be mapped instead of mapping them … feature/imgui-sdl
(edit) @c074f81   3 years dportnoy Change VulkanUtils::copyDataToMemory() to always require a size and to … feature/imgui-sdl
(edit) @996dd3e   3 years dportnoy Completely remove storage buffers from the GraphicsPipeline_Vulkan … feature/imgui-sdl
(edit) @e8445f0   3 years dportnoy Modify the parameter order of VulkanUtils::copyDataToMemory and add an … feature/imgui-sdl
(edit) @5049354   3 years dportnoy Change copyDataToMemory to use an arbitrary offset instead of … feature/imgui-sdl
(edit) @8b823e7   4 years dportnoy Create an error-checking macro to check Vulkan function results, which … feature/imgui-sdl
(edit) @7f60b28   4 years dportnoy Split VulkanUtils::querySwapChainSupport into three separate functions feature/imgui-sdl
(edit) @b8d4456   4 years dmitry.portnoy Add x and y coordinates to mouse events feature/imgui-sdl
(edit) @5a1ace0   4 years dmitry.portnoy In VulkanGame, add objIndex to scene objects, use it in the scene … feature/imgui-sdl points-test
(edit) @055750a   5 years dmitry.portnoy In VulkanGame, use SSBOs in the ship and scene shaders to store … feature/imgui-sdl points-test
(edit) @8e02b6b   5 years dmitry.portnoy To move to a more generic way of updating the scene, rename … feature/imgui-sdl points-test
(edit) @e3bef3a   5 years dmp1488 Finish the rewrite of the original vulkangame project feature/imgui-sdl points-test
(edit) @d2d9286   5 years dmp1488 In vulkangame, implement the renderScene function to draw a frame in … feature/imgui-sdl points-test
(edit) @87c8f1a   5 years dmitry.portnoy In vaulkangame, define vertex buffer and index buffer data and … feature/imgui-sdl points-test
(edit) @603b5bc   5 years dmitry.portnoy In vulkangame, add code to create the frame buffers and command buffers feature/imgui-sdl points-test
(edit) @e83b155   5 years dmitry.portnoy In vulkangame, destroy the texture sampler, all the uniform buffer … feature/imgui-sdl points-test
(edit) @b794178   5 years dmitry.portnoy In vulkangame, add the ability to create vulkan resoirces and … feature/imgui-sdl points-test
(edit) @6fc24c7   5 years dmitry.portnoy In vulkangame, add code to create a render pass feature/imgui-sdl points-test
(edit) @f94eea9   5 years dmitry.portnoy In vulkangame, add code to create image views feature/imgui-sdl points-test
(edit) @502bd0b   5 years dmp1488 In vulkangame, add code to create a swap chain feature/imgui-sdl points-test
(edit) @fe5c3ba   5 years dmp1488 In vulkangame, change the pickPhysicalDevice() and isDeviceSuitable() … feature/imgui-sdl points-test
(edit) @90a424f   5 years dmitry.portnoy In vulkangame, add code to create a Vulkan surface and pick a physical … feature/imgui-sdl points-test
(add) @cb01aff   5 years dmitry.portnoy Create a VulkanUtils class to hold some generic Vulkan functions feature/imgui-sdl points-test
Note: See TracRevisionLog for help on using the revision log.