FShade 5.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package FShade --version 5.3.0
                    
NuGet\Install-Package FShade -Version 5.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="FShade" Version="5.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="FShade" Version="5.3.0" />
                    
Directory.Packages.props
<PackageReference Include="FShade" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add FShade --version 5.3.0
                    
#r "nuget: FShade, 5.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package FShade@5.3.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=FShade&version=5.3.0
                    
Install as a Cake Addin
#tool nuget:?package=FShade&version=5.3.0
                    
Install as a Cake Tool

F# embedded shaders

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (6)

Showing the top 5 NuGet packages that depend on FShade:

Package Downloads
Aardvark.Rendering.GL

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

Aardvark.Rendering.Vulkan

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

Aardvark.Application.Slim

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

Aardvark.Application.Slim.GL

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

Aardvark.Application.Slim.Vulkan

Aardvark is an open-source platform for visual computing, real-time graphics and visualization.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.7.1 176 1/21/2026
5.7.0 3,468 11/12/2025
5.7.0-prerelease0014 1,212 10/9/2025
5.7.0-prerelease0013 352 7/29/2025
5.7.0-prerelease0012 1,858 7/28/2025
5.7.0-prerelease0011 769 7/22/2025
5.7.0-prerelease0010 731 7/22/2025
5.7.0-prerelease0009 736 7/22/2025
5.7.0-prerelease0008 761 7/22/2025
5.7.0-prerelease0007 720 7/22/2025
5.7.0-prerelease0006 724 7/22/2025
5.7.0-prerelease0005 726 7/22/2025
5.7.0-prerelease0004 631 7/21/2025
5.7.0-prerelease0003 702 7/18/2025
5.7.0-prerelease0002 367 7/15/2025
5.7.0-prerelease0001 406 7/3/2025
5.6.0 20,799 8/6/2024
5.6.0-prerelease0001 1,469 7/10/2024
5.5.4 2,941 3/11/2024
5.3.0 11,293 10/17/2022
Loading failed

Removed unused / unnecessary image and sampler types
Remove unused image formats
Remove MipMapLevels property for multisampled samplers
Allow multiple InterpolationMode values
Fixed various image and sampler methods and properties
Added Samples property for multisampled images and samplers
Added SampleLevelOffset
Implemented implicit flat interpolation for integral types
Fixed and added vector and matrix intrinsics
Fixed various intrinsics with regard to duplicated expressions
Added exp2 intrinsic
Added step, linearstep intrinsics
Implemented basic output type conversion (e.g. from V4d to V2d)
Added Debug.Printfn (Vulkan via validation layers only)
Implemented full support for unsigned integer types (images, samplers, output types)