Compare commits

...
5 Commits
Author SHA1 Message Date
timlyeeeandGitHub acbdb6702b Disable cxx exceptions for spirv-tools (#196)
https://github.com/cocos-creator/3d-tasks/issues/9154
2021-10-21 15:34:42 +08:00
Yun Hsiao WuandGitHub 2fc0d39b14 use older pvrvframe library (#195)
which does not suffer from the mandatory multisampled back buffer issue from egl.
2021-10-20 17:25:48 +08:00
timlyeeeandGitHub b13e0d8b6f Fix ios compile error (#194)
* remove libSPVRemapper dependency
2021-09-30 09:07:12 +08:00
timlyeeeandGitHub 3394d82bd6 Fix x64 websocket issue (#193) 2021-09-28 11:51:56 +08:00
c062a38ab9 merge 3.3.2 (#192)
* Fix issue (#190)

https://github.com/cocos-creator/3d-tasks/issues/9185

* spirv cross for ios 10.0 (#191)

Co-authored-by: LX <codingboeuf@jizamaoxuewangdeMacBook-Air.local>

Co-authored-by: timlyeee <43355299+timlyeee@users.noreply.github.com>
Co-authored-by: LX <codingboeuf@jizamaoxuewangdeMacBook-Air.local>
2021-09-24 11:48:06 +08:00
29 changed files with 2 additions and 5 deletions
+2 -5
View File
@@ -145,12 +145,9 @@ set_target_properties(SPIRV-Tools-opt PROPERTIES
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/glslang/libSPIRV-Tools-opt.a
)
add_library(SPVRemapper STATIC IMPORTED GLOBAL)
set_target_properties(SPVRemapper PROPERTIES
IMPORTED_LOCATION ${CMAKE_CURRENT_LIST_DIR}/libs/glslang/libSPVRemapper.a
)
set(glslang_libs_name glslang glslang-default-resource-limits MachineIndependent OGLCompiler OSDependent SPIRV SPIRV-Tools-opt SPIRV-Tools SPVRemapper GenericCodeGen)
set(glslang_libs_name glslang glslang-default-resource-limits MachineIndependent OGLCompiler OSDependent SPIRV SPIRV-Tools-opt SPIRV-Tools GenericCodeGen)
############################# SPIRV-Cross #############################
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.
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.
Binary file not shown.
Binary file not shown.