Christian Luksch

Results 29 issues of Christian Luksch

https://www.khronos.org/registry/OpenGL-Refpages/gl4/html/textureLodOffset.xhtml

Compute shaders/tasks have a shadowy existence besides other shaders. A long-term goala should be to unify more of the code behind and make the usage consistent with other shaders/tasks (i.e....

A changeable data structure like there is Aardvark.Base.Increment with `ChangeableOrderedSet` (`ChangeableIndexSet`?) allows precise expression on what an application state can be, can directly provide `IAdaptiveHashSet` and `IAdaptiveIndexList` views and has...

feature

Here is a minimal example: https://github.com/aardvark-platform/aardvark.media/blob/main/src/Scratch/29%20-%20Garbage%20Collection/App.fs The onClick handler closure holds temporary data that is then pinned at this line forever: https://github.com/aardvark-platform/aardvark.media/blob/b197d1be54736adfe2e33f80ef2e1db0b2950a49/src/Aardvark.UI/Updater.fs#L297

`MutableApp.toWebPart` is the default entry used in most demos and applications. This also builds a `renderer : Server` with `fileSystemRoot = Some "\"` (https://github.com/aardvark-platform/aardvark.media/blob/master/src/Aardvark.UI/MutableApp.fs#L128). On Windows this then performs a...

I'm using EstimateNormals to calculate orientations of user-generated calculation grids. While the points typically are on a plane or a slope there are other cases where the points have a...

* MemoryManagementUtilities.FreeList is a copy of the FreeList in Aardvark.Base and is unused. It's now marked as obsolete -> remove in next version NOTE: There are also other variants of...

Whenever the Handle property is accessed the internal handle (int or uint64) is repeatedly boxed. IBackendBuffer, IBackendTexture, IRenderBuffer, IBackendSurface, IFramebuffer (also remove IAdaptiveObject argument in GetHandle)

We have identified a scenario where an assumed pinned array is moved before being copied, resulting in an AccessVioloationException. It can be reproduced with net48, net8.0, and netstandard 2.0 when...

Bug
Needs-Triage