18 May
2021
18 May
'21
10:16 a.m.
https://bugs.winehq.org/show_bug.cgi?id=51032 --- Comment #11 from Ancheng <acyellow(a)gmail.com> --- Hi Stefan Dösinger,
From the log file, we find that class linkage is not implemented and Revit App do use ID3D11ClassLinkage to create shader(ID3D11ClassLinkage *class_linkage is not NULL), may it cause the black screen bug? Do you have a schedule to implement the class linkage feature?
code as below: if (class_linkage) FIXME("d3d11_device_CreateVertexShader: Class linkage is not implemented yet.\n"); Ancheng -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.