aardvark.rendering icon indicating copy to clipboard operation
aardvark.rendering copied to clipboard

Change handle type in backend resource interfaces to uint64

Open luithefirst opened this issue 1 year ago • 0 comments

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)

luithefirst avatar Sep 24 '24 10:09 luithefirst