ExynosTools
Driver Vulkan para GPUs Xclipse 940 (Exynos 2400), compatible con Winlator
파일 탐색기
- Dependencies.cmake
- GenerateEmbeddedSpirvHeader.cmake
- ANDROID_VALIDATION.md
- SETUP.md
- VORTEK_ADAPTATION_ANALYSIS.md
- VORTEK_IPC_RESEARCH_PLAN.md
- XCLIPSE_COMPAT_MATRIX.md
- vk_mem_alloc.h
- bootstrap_submodules.ps1
- configure_android_local_repos.ps1
- package_debug_layer_release.ps1
- package_driver_release.ps1
- bitextract.h
- copy_image_iv_main.h
- rgtc.h
- rgtc_iv_main.h
- bc6.comp
- bc6_iv.comp
- bc7.comp
- bc7_iv.comp
- copy_image_iv.comp
- copy_image_iv_r8.comp
- copy_image_iv_r8_snorm.comp
- copy_image_iv_rg8.comp
- copy_image_iv_rg8_snorm.comp
- copy_image_iv_rgba16f.comp
- copy_image_iv_rgba8.comp
- copy_image_iv_rgba8_snorm.comp
- rgtc.comp
- rgtc_iv.comp
- rgtc_iv_r8.comp
- rgtc_iv_r8_snorm.comp
- rgtc_iv_rg8.comp
- rgtc_iv_rg8_snorm.comp
- rgtc_iv_rgba8.comp
- rgtc_iv_rgba8_snorm.comp
- s3tc.comp
- s3tc_iv.comp
- layer_bcn_cpu_decoder.cpp
- layer_bcn_cpu_decoder.h
- layer_command_buffer_hooks.cpp
- layer_command_buffer_hooks.h
- layer_command_buffer_ownership.cpp
- layer_command_buffer_ownership.h
- layer_command_buffer_resources.cpp
- layer_command_buffer_resources.h
- layer_compute_runtime.cpp
- layer_compute_runtime.h
- layer_copy_image_routing.cpp
- layer_copy_image_routing.h
- layer_descriptor_write_builder.cpp
- layer_descriptor_write_builder.h
- layer_device_dispatch_types.h
- layer_dispatch_key.h
- layer_dispatch_types.h
- layer_entry.cpp
- layer_format_virtualization.cpp
- layer_format_virtualization.h
- layer_global_state.cpp
- layer_global_state.h
- layer_image_virtualization.cpp
- layer_image_virtualization.h
- layer_logging.h
- layer_pipeline_selection.cpp
- layer_pipeline_selection.h
- layer_settings_runtime.cpp
- layer_settings_runtime.h
- layer_settings_types.h
- layer_settings_utils.cpp
- layer_settings_utils.h
- layer_shared_types.h
- layer_staging_allocations.cpp
- layer_staging_allocations.h
- layer_telemetry.cpp
- layer_telemetry.h
- layer_temp_arena.h
- layer_vk_struct_clone.cpp
- layer_vk_struct_clone.h
- layer_vk_struct_utils.h
- layer_vma_runtime.cpp
- layer_vma_runtime.h
- bcdec.h
- CHANGELOG_V3.1.txt
- CMakeLists.txt
- meta.json
- README.md
- VkLayer_vortek_xclipse.json
- VkLayer_vortek_xclipse.json.in
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
cmake
설명 보기 ▼
cmake
네이티브 빌드 시스템을 위한 빌드 설정 파일을 생성하는, 크로스 플랫폼 빌드 자동화 도구.
더 많은 정보: <https://cmake.org/cmake/help/latest/manual/cmake.1.html>.
cmake {{path/to/project_directory}}
프로젝트 디렉터리의 `CMakeLists.txt`를 사용해 현재 디렉터리에 빌드 설정을 생성:
cmake --build {{path/to/build_directory}}
지정한 디렉터리의 빌드 설정을 사용해 빌드 산출물을 생성:
cmake --install {{path/to/build_directory}} --strip
빌드 산출물을 `/usr/local/`에 설치하고 디버그 심볼을 제거:
// repository documentation
Was this content helpful?
(0 ratings)
