Open 648326374 opened 5 months ago
When I reference the static library dxil-spirv-c-static.lib in my project, an error occurs in the bool Converter::Impl::emit_resources() function, and the address of the resource_mapping_iface is the problem.
bool Converter::Impl::emit_resources()
resource_mapping_iface
When I reference the static library dxil-spirv-c-static.lib in my project, an error occurs in the
bool Converter::Impl::emit_resources()
function, and the address of theresource_mapping_iface
is the problem.