Skip to content

Commit

Permalink
Abstracting out vulkan resource reader class
Browse files Browse the repository at this point in the history
  • Loading branch information
panos-lunarg committed Nov 15, 2023
1 parent 8d06c92 commit b2a7321
Show file tree
Hide file tree
Showing 6 changed files with 1,721 additions and 1,231 deletions.
2 changes: 2 additions & 0 deletions android/framework/graphics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ target_sources(gfxrecon_graphics
${GFXRECON_SOURCE_DIR}/framework/graphics/fps_info.cpp
${GFXRECON_SOURCE_DIR}/framework/graphics/vulkan_device_util.h
${GFXRECON_SOURCE_DIR}/framework/graphics/vulkan_device_util.cpp
${GFXRECON_SOURCE_DIR}/framework/graphics/vulkan_resources_util.h
${GFXRECON_SOURCE_DIR}/framework/graphics/vulkan_resources_util.cpp
${GFXRECON_SOURCE_DIR}/framework/graphics/vulkan_util.h
${GFXRECON_SOURCE_DIR}/framework/graphics/vulkan_util.cpp
)
Expand Down
Loading

0 comments on commit b2a7321

Please sign in to comment.