![]() |
VOOZH | about |
dotnet add package Aardworx.Rendering.WebGL --version 1.2.8
NuGet\Install-Package Aardworx.Rendering.WebGL -Version 1.2.8
<PackageReference Include="Aardworx.Rendering.WebGL" Version="1.2.8" />
<PackageVersion Include="Aardworx.Rendering.WebGL" Version="1.2.8" />Directory.Packages.props
<PackageReference Include="Aardworx.Rendering.WebGL" />Project file
paket add Aardworx.Rendering.WebGL --version 1.2.8
#r "nuget: Aardworx.Rendering.WebGL, 1.2.8"
#:package Aardworx.Rendering.WebGL@1.2.8
#addin nuget:?package=Aardworx.Rendering.WebGL&version=1.2.8Install as a Cake Addin
#tool nuget:?package=Aardworx.Rendering.WebGL&version=1.2.8Install as a Cake Tool
WebAssembly libraries for Aardvark
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
Showing the top 2 NuGet packages that depend on Aardworx.Rendering.WebGL:
| Package | Downloads |
|---|---|
|
Aardworx.WebAssembly.Dom
WebAssembly libraries for Aardvark |
|
|
Aardworx.WebAssembly.WebXR
WebAssembly libraries for Aardvark |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.2.8 | 185 | 5/20/2026 |
| 1.2.7 | 207 | 5/18/2026 |
| 1.2.6 | 210 | 4/28/2026 |
| 1.2.5 | 191 | 4/26/2026 |
| 1.2.4 | 193 | 4/26/2026 |
| 1.2.3 | 196 | 4/26/2026 |
| 1.2.2 | 189 | 4/26/2026 |
| 1.2.1 | 185 | 4/25/2026 |
| 1.2.0 | 189 | 4/25/2026 |
| 1.1.14 | 405 | 11/6/2025 |
| 1.1.13 | 331 | 10/22/2025 |
| 1.1.12 | 352 | 10/16/2025 |
| 1.1.11 | 356 | 2/22/2025 |
| 1.1.10 | 343 | 10/21/2024 |
| 1.1.9 | 370 | 10/19/2024 |
| 1.1.8 | 364 | 10/1/2024 |
| 1.1.7 | 364 | 5/13/2024 |
| 1.1.6 | 337 | 9/27/2023 |
| 1.1.5 | 375 | 9/27/2023 |
| 1.1.4 | 303 | 9/25/2023 |
per-attachment blending now works on WebGL2 via the `OES_draw_buffers_indexed` extension (with `EXT_draw_buffers_indexed` as a fallback). `CommandStream.SetBlendState` previously threw `[WebGL] no support for per-attachment blending` whenever any MRT setup had differing per-attachment blend modes — now it dispatches to indexed entry points (`enableiOES` / `disableiOES` / `blendFuncSeparateiOES` / `blendEquationSeparateiOES`) through small EM_ASM wrappers in `Native/WebGL.c`. If the extension is missing the backend logs a warning and falls back to the default mode for all attachments instead of crashing.
exposed `DeviceFeatures.PerAttachmentBlending : bool` (set by detecting the extension at device init and verifying the JS extension object can actually be acquired) and printed it in the device-info dump.