thindx 0.0.0-unsound.5

Thin DirectX wrappers
Documentation
mods! {
    inl mod enumerations {
        inl mod shader_version_type;
    }

    inl mod interfaces {
        inl mod function_linking_graph;
        inl mod function_parameter_reflection;
        inl mod function_reflection;
        inl mod library_reflection;
        inl mod linker;
        inl mod linking_node;
        inl mod module_instance;
        inl mod module;
        inl mod shader_reflection;
        inl mod shader_reflection_constant_buffer;
        inl mod shader_reflection_type;
        inl mod shader_reflection_variable;
    }

    inl mod structures {
        inl mod function_desc;
        inl mod library_desc;
        inl mod parameter_desc;
        inl mod shader_buffer_desc;
        inl mod shader_desc;
        inl mod shader_input_bind_desc;
        inl mod shader_type_desc;
        inl mod shader_variable_desc;
        inl mod signature_parameter_desc;
    }
}