Skip to content

updating Vulkan SDK from 1.4.304 to 1.4.309 and all my shaders fail vkCreateShadersEXT with VK_ERROR_UNKNOWN #6617

Answered by btipling
btipling asked this question in Q&A
Discussion options

You must be logged in to vote

So this is different:

OpEntryPoint Vertex %2 "main" %70 %472 %475 %478 %481 %484 %487 %490 %494 %498 %502 %506 %509 %57
OpEntryPoint Fragment %512 "main" %70 %604 %611 %762 %833 %584 %716 %656 %587 %629 %680 %841 %618 %641 %768
OpEntryPoint Vertex %2 "vertexMain" %70 %472 %475 %478 %481 %484 %487 %490 %494 %498 %502 %506 %509 %57
OpEntryPoint Fragment %512 "fragmentMain" %70 %625 %632 %764 %830 %557 %559 %561 %563 %565 %567 %570 %573 %576 %578

I remember previously being surprised to have to type the hard coded string "main" into my shader object create info. So I guess this bug was fixed and my work around is the issue.

Ok that fixed two of my shaders, but my shadow shader which doesn'…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@btipling
Comment options

@btipling
Comment options

Answer selected by btipling
@btipling
Comment options

@btipling
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant