Skip to content

Commit

Permalink
Remove IPix and related types
Browse files Browse the repository at this point in the history
  • Loading branch information
hyazinthh committed Jun 25, 2024
1 parent c699bc6 commit 61c13a7
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 871 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
- Fixed return type of LengthSquared for integer-based vectors. Now returns an integer instead of double.
- Added missing readonly modifiers for structs
- Renamed CIeLuvf to CieLuvf
- Removed IPix and related types:
- `PixCubeMap` and `PixCube`: Use `PixImageCube` instead.
- `PixMipMap2d`: Use `PixImageMipmap` instead.
- Cleanup of `PixImage` and `PixVolume`:
- Deprecated `Array` in favor of `Data`
- Deprecated `PixImage.IntStride` in favor of `Stride` and `StrideL`
Expand Down
2 changes: 1 addition & 1 deletion src/Aardvark.Base.IO/Aardvark.Base.IO.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>612;1591</NoWarn>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>9.0</LangVersion>
<LangVersion>10.0</LangVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<OutputPath>..\..\bin\Debug</OutputPath>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>9.0</LangVersion>
<LangVersion>10.0</LangVersion>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<NoWarn>1591</NoWarn>
</PropertyGroup>
Expand Down
Loading

0 comments on commit 61c13a7

Please sign in to comment.