having troubles with D and Vulkan.

Danni Coy danni.coy at gmail.com
Thu Jul 20 00:37:50 UTC 2023


On Thu, Jul 20, 2023 at 5:30 AM Mike Shah via Digitalmars-d-learn
<digitalmars-d-learn at puremagic.com> wrote:
>
> On Wednesday, 19 July 2023 at 07:39:35 UTC, Danni Coy wrote:
> > https://pastebin.com/JxxJufNB
>
> What platform are you using, and how are you trying to build?
>
> I can try to replicate on my end.

I am on Manjaro Linux with an AMD RX 6600 using the open source driver.
I am building with visual studio code and dub.
I get segfaults when building with dmd or ldc.

The following C code https://pastebin.com/2XJbjzMw
does not cause a segfault on the same system.

Other code you will need to build
https://pastebin.com/hx2GD1DL

Build settings (from dub.json)
{
"dependencies": {
"bindbc-opengl": "~>1.0",
"bindbc-sdl": "~>1.0",
"erupted": "~>2.1.98+v1.3.248"
},
"versions": [
"SDL_206",
"GL_32",
"validateVulkan"
],
"name": "subterrainian"
}



More information about the Digitalmars-d-learn mailing list