• Henri Verbeet's avatar
    d3d11: Implement d3d11_input_layout_to_wined3d_declaration() on top of… · 7d20333f
    Henri Verbeet authored
    d3d11: Implement d3d11_input_layout_to_wined3d_declaration() on top of vkd3d_shader_parse_input_signature().
    
    This was originally prompted by the fact that
    wined3d_extract_shader_input_signature_from_dxbc() allocates elements with
    HeapAlloc(), but d3d11_input_layout_to_wined3d_declaration() attempts to free
    them with free(). That's a regression introduced by commit
    b951c37b. Since we're touching the code
    though, we may as well use vkd3d_shader_parse_input_signature(), and get rid
    of wined3d_extract_shader_input_signature_from_dxbc().
    7d20333f
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.gitlab-ci.yml Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...