having troubles with D and Vulkan.
    harakim 
    harakim at gmail.com
       
    Wed Jul 19 06:13:48 UTC 2023
    
    
  
On Wednesday, 19 July 2023 at 02:50:05 UTC, Danni Coy wrote:
> I am trying to run through the basic Vulkan triangle demo. I am 
> getting stuck at
> vkGetDeviceQueue which segfaults for me.
> I have written the same tutorial to about the same point in C 
> and I am
> not getting the segfault.
> I have enabled validation layers and they are not picking up 
> anything.
>
> Any suggestions?
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.
    
    
More information about the Digitalmars-d-learn
mailing list