code-d icon indicating copy to clipboard operation
code-d copied to clipboard

Better issue location for argument mismatch

Open WebFreak001 opened this issue 9 years ago • 0 comments

Error: function pointer vkCreateGraphicsPipelines (VkDevice_handle* device, ulong pipelineCache, uint createInfoCount, const(VkGraphicsPipelineCreateInfo)* pCreateInfos, const(VkAllocationCallbacks)* pAllocator, ulong* pPipelines) is not callable using argument types (VkDevice_handle*, ulong, int, VkGraphicsPipelineCreateInfo*, ulong, ulong*)

should only highlight the second last argument for being wrong

WebFreak001 avatar Dec 26 '16 17:12 WebFreak001