Skip to content

Commit

Permalink
Unify vkb::BufferPool and vkb::rendering::HPPBufferPool into vkb::Buf…
Browse files Browse the repository at this point in the history
…ferPool<bindingType> (KhronosGroup#1091)

* Unify vkb::BufferPool and vkb::rendering::HPPBufferPool into vkb::BufferPool<bindingType>

* Use type aliases in the sample templates.

* Revert "Use type aliases in the sample templates."

This reverts commit b2c46df.
  • Loading branch information
asuessenbach authored Jul 15, 2024
1 parent 34e2ec1 commit 9d6f197
Show file tree
Hide file tree
Showing 18 changed files with 319 additions and 384 deletions.
2 changes: 0 additions & 2 deletions framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ set(FRAMEWORK_FILES
timer.h
camera.h
hpp_api_vulkan_sample.h
hpp_buffer_pool.h
hpp_fence_pool.h
hpp_glsl_compiler.h
hpp_gltf_loader.h
Expand All @@ -57,7 +56,6 @@ set(FRAMEWORK_FILES
spirv_reflection.cpp
gltf_loader.cpp
debug_info.cpp
buffer_pool.cpp
fence_pool.cpp
heightmap.cpp
semaphore_pool.cpp
Expand Down
169 changes: 0 additions & 169 deletions framework/buffer_pool.cpp

This file was deleted.

Loading

0 comments on commit 9d6f197

Please sign in to comment.