Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ThirdParty/RapidVulkan1_0/Fsl.gen
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
so that we can do some extra exception message formatting via a custom CPP file -->
<Library Name="RapidVulkan1_0" NoInclude="true" CreationYear="2017">
<Dependency Name="FslBase"/>
<Dependency Name="Recipe.RapidVulkan_1_4_304"/>
<Dependency Name="Recipe.RapidVulkan_1_4_321"/>
<Dependency Name="VulkanBase"/>
<Define Name="FSL_DEMOFRAMEWORK" Access="Public"/>
<Define Name="RAPIDVULKAN_ERRORFORMATTER_EXTERN" Access="Public"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<FslBuildGen xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../FslBuildGen.xsd">
<ExternalLibrary Name="Recipe.RapidVulkan_1_4_304" CreationYear="2017">
<ExternalLibrary Name="Recipe.RapidVulkan_1_4_321" CreationYear="2017">
<Dependency Name="VulkanBase"/>
<Platform Name="Android">
<ExperimentalRecipe Name="RapidVulkan" Version="1.4.304.0" Find="false">
<ExperimentalRecipe Name="RapidVulkan" Version="1.4.321.1" Find="false">
<Pipeline>
<Download URL="https://github.com/Unarmed1000/RapidVulkan/archive/1.4.304.0.tar.gz" To="RapidVulkan-1.4.304.0.tar.gz" Hash="75f95b534c5f4d74b315d976d64d4e9b2e3f6d5f3c9b647c819d3862d0080521"/>
<Unpack File="RapidVulkan-1.4.304.0.tar.gz" OutputPath="RapidVulkan-1.4.304.0"/>
<Download URL="https://github.com/Unarmed1000/RapidVulkan/archive/1.4.321.1.tar.gz" To="RapidVulkan-1.4.321.1.tar.gz" Hash="499cad16dcc79bfd6b70854a9affc72a21323ce1c5366759ab596bd80ceb428a"/>
<Unpack File="RapidVulkan-1.4.321.1.tar.gz" OutputPath="RapidVulkan-1.4.321.1"/>
<CMakeBuild Project="RapidVulkan" Target="install" Configuration="release" OutputPath="_Install"/>
</Pipeline>
<Installation>
Expand All @@ -18,10 +18,10 @@
</ExperimentalRecipe>
</Platform>
<Platform Name="*">
<ExperimentalRecipe Name="RapidVulkan" Version="1.4.304.0" Find="true">
<ExperimentalRecipe Name="RapidVulkan" Version="1.4.321.1" Find="true">
<Pipeline>
<Download URL="https://github.com/Unarmed1000/RapidVulkan/archive/1.4.304.0.tar.gz" To="RapidVulkan-1.4.304.0.tar.gz" Hash="75f95b534c5f4d74b315d976d64d4e9b2e3f6d5f3c9b647c819d3862d0080521"/>
<Unpack File="RapidVulkan-1.4.304.0.tar.gz" OutputPath="RapidVulkan-1.4.304.0"/>
<Download URL="https://github.com/Unarmed1000/RapidVulkan/archive/1.4.321.1.tar.gz" To="RapidVulkan-1.4.321.1.tar.gz" Hash="499cad16dcc79bfd6b70854a9affc72a21323ce1c5366759ab596bd80ceb428a"/>
<Unpack File="RapidVulkan-1.4.321.1.tar.gz" OutputPath="RapidVulkan-1.4.321.1"/>
<CMakeBuild Project="RapidVulkan" Target="install" Configuration="release" OutputPath="_Install"/>
</Pipeline>
<Installation>
Expand Down