Aaron Sun
Aaron Sun
I'm not sure what the id looks for. The docs seem to suggest a C++ name, but I've tried the C# full name as well. It doesn't seem to bind....
The include doc tag needs to be closed otherwise it's malformed. #170 There is still an issue where we link the methods but no comment is able to be generated...
Yeah, I'm unable to get class/interface level comments even if it's explicitly mapped.
Modified InterfaceCodeGenerator to include documentation trivia when generating classes and interfaces.
This is still broken. I've submitted pull request #219 which will both fix the include statement as well as allow specifying member fields. Hopefully that will get us to where...
I'm thinking of developing a library as a successor to SharpDX with some of the newer features included (notably ray tracing). Would any of these removed features impede that? I'm...
The assembly name must be exactly the same as the project assembly name (in the project properties). Root namespace can differ. If using visual studio, you may have to unload...
Without antialiasing, lines with width < 1 pixel may or may not be consistently visible. This seems to be the case here.
Nevermind, I see that the data event can be partial, but the chunkEnd is where to look. Here's the code I have for working with contiguous blocks of data. This...