having troubles with D and Vulkan.

Danni Coy danni.coy at gmail.com
Wed Jul 19 07:09:53 UTC 2023


>
> I was able to get through the triangle demo a while back. I feel
> like it's more of a D question than a Vulkan library question.
> You'll have to post your code so people can tell what it is. Just
> a hunch, but it's probably something that the gc is collecting
> before it is used.

What's the best way to post code?

I am mostly not using the GC, using std.experimental.allocator
specifically mallocator to allocate other than using
std.exception.enforce.


More information about the Digitalmars-d-learn mailing list