Silk.NET

S

Silk.NET

Join the community to ask questions about Silk.NET and get answers from other members.

Join

general-offtopic

team-talk

help-and-questions

GitHub - amerkoleci/leoncino: Cross plat...

Not what I was looking for, but this advertises itself as a Veldrid successor: https://github.com/amerkoleci/leoncino And this is from a very skilled person in making C# graphics bindings 👀...

now the only problem is that I need to

made it working, here is an example for future reference Vortice.VulkanMemoryAllocator...

what in particular are you having

what in particular are you having trouble with? F# has ref T via byref<'T>, in T via inref<'T>, out T via outref<'T> you can declare pointers via nativeptr<'T> and for external functions in particular (DllImport) it directly supports T* and T& for pointers/byrefs...

Anyone know of any good "UI" library

Anyone know of any good "UI" library that is compatible with Silk?

a

So we would just draw with silk.net sdl and opengl to the same window?

I suspect this might work similarly with

I suspect this might work similarly with M2

Sorry if this question is stupid. If I

Sorry if this question is stupid. If I clone the silk.net repo and open it up in visual studio and select the AndroidDemo project from the dropdown and try to build it, should that just work or am I missing some steps?
No description

swrast in a browser

does this look correct?
No description

PCLMULQDQ CRC32

i'll be porting the not bit-reflected version of that PCLMULQDQ CRC algo to c#

But with the amount of cameras they re

But with the amount of cameras they're packing these days, that's never going to happen

I see Do you also still separate the

I see. Do you also still separate the "entity" class with the data struct?

vk suffering

Open vkconfig.exe (or whatever file ending your OS uses) add validation & API dump to the enabled layers, Profit

ImageSharp thing

(Sorry for butting in) So I'm trying to load a texture from path, but I get this error: ```CS public unsafe Texture(string path) { Image<Rgba32> image = (Image<Rgba32>) Image.Load(path);...
No description

memcpy-bench

Do you mind sending the benchmark code I'd love to see if there is a difference between .Net 5 and .Net 6

Stack pointer AllocateDescriptorSets

@Perksey ok then I'll make a thread here