Denis Zaporozhets

Results 21 comments of Denis Zaporozhets

@johnkslang Sorry, I didnt really get how to rename entrypoint to main during SPIR-V compilation using shaderc. I am not using it from command line, but directly from code. Could...

I didint find this in shaderc headers (at least in C interop interface)

Hi @pow2clk As I mention in my first post, I am using C# bindings to DXC and I simply cannot do like this, because C# has some limitations working with...

@pow2clk Just wish to have more cross-platform (cross-language) and user-friendly way of creating custom include handlers. Hope you`ll approve this feature request.

@tritao I tied to generate C# bindings from Vulkan headers. In header vk_platform.h there is a define ``` #define _WIN32 #if defined(_WIN32) // On Windows, Vulkan commands use the stdcall...

@tritao Could you please give an example with just few lines of code to see how to correctly change all calls from cdecl to stdcall?

@ddobrev I made as you asked and unfortunately it didnt help. CallingConvention is still cdecl :( Workaround proposed by @tritao works, but only for methods. Is there anything similar for...

@tritao unfortunately exactly for this case with delegates it didnt help

@ddobrev @tritao Any updates or comments here?

@ddobrev @tritao Here is the link to my one drive with test project. You can build it and see that it generate cdecl instead of stdcall even when I add...