Skip to content

Commit

Permalink
Update to 6.2.0.300 version, remove redundant files and upload .spv f…
Browse files Browse the repository at this point in the history
…or compile convenient
  • Loading branch information
the-butterfly committed Nov 22, 2021
1 parent 81a8cdb commit 9890607
Show file tree
Hide file tree
Showing 38 changed files with 4 additions and 1,097 deletions.
2 changes: 1 addition & 1 deletion 3rdparty/SaschaWillemsVulkan/vulkanexamplebase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ VulkanExampleBase::VulkanExampleBase(bool enableValidation)
#endif
}

VulkanExampleBase::~VulkanExampleBase()
VulkanExampleBase::~VulkanExampleBase() noexcept
{
// Clean up Vulkan resources
swapChain.cleanup();
Expand Down
1 change: 1 addition & 0 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ adb shell am start -n "com.huawei.rtcore.vkhybridrt/.VulkanActivity"
### [用混合渲染管线实现局部反射](examples/hybridreflection)
本例子搭建了一套基于光线追踪的混合渲染管线,实现了光追局部反射的后 处理效果,具体流程如下图。
<img src="images/hybridpipeline_zh.png" width="850px">

1\. 通过传统光栅化的方法,实现了PBR的渲染管线(图中黄色虚线部分),具体参考代码:

* `examples/hybridreRayTracing/HybridRayTracing`
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion android/examples/base/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ add_library(libbase SHARED ${BASE_SRC} ${RAYSHOP_SRC_FILES})
include_directories(${BASE_DIR})
include_directories(${PROJ_ROOT}/3rdparty)
include_directories(${PROJ_ROOT}/3rdparty/glm)
include_directories(${PROJ_ROOT}/3rdparty/gli)
include_directories(${PROJ_ROOT}/3rdparty/imgui)
include_directories(${PROJ_ROOT}/3rdparty/tinygltf)
include_directories(${ANDROID_NDK}/sources/android/native_app_glue)
Expand Down
2 changes: 1 addition & 1 deletion android/examples/hybridRayTracing/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ add_library(native-lib SHARED ${EXAMPLE_SRC})
add_library(native-app-glue STATIC ${ANDROID_NDK}/sources/android/native_app_glue/android_native_app_glue.c)

add_subdirectory(../base ${CMAKE_SOURCE_DIR}/../base)
add_subdirectory(../../../data ${CMAKE_SOURCE_DIR}/../../../data)
#add_subdirectory(../../../data ${CMAKE_SOURCE_DIR}/../../../data)

set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -u ANativeActivity_onCreate")

Expand Down
2 changes: 1 addition & 1 deletion android/examples/triangle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ add_library(native-lib SHARED ${EXAMPLE_SRC})
add_library(native-app-glue STATIC ${ANDROID_NDK}/sources/android/native_app_glue/android_native_app_glue.c)

add_subdirectory(../base ${CMAKE_SOURCE_DIR}/../base)
add_subdirectory(../../../data ${CMAKE_SOURCE_DIR}/../../../data)
#add_subdirectory(../../../data ${CMAKE_SOURCE_DIR}/../../../data)

set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -u ANativeActivity_onCreate")

Expand Down

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading

0 comments on commit 9890607

Please sign in to comment.