Skip to content

Commit

Permalink
Add handling for BC6H and BC7 formats
Browse files Browse the repository at this point in the history
  • Loading branch information
SCell555 committed Jun 4, 2023
1 parent 305d59e commit 29e51fb
Show file tree
Hide file tree
Showing 5 changed files with 1,626 additions and 278 deletions.
3 changes: 3 additions & 0 deletions ThumbnailProvider/ThumbnailProvider.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,9 @@
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<VcpkgUseStatic>true</VcpkgUseStatic>
</PropertyGroup>
<PropertyGroup Label="Vcpkg" Condition="'$(Configuration)'=='Debug'">
<VcpkgConfiguration>Debug</VcpkgConfiguration>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
<Optimization>Disabled</Optimization>
Expand Down
Loading

0 comments on commit 29e51fb

Please sign in to comment.