Clock Set Bird
Clock Set Bird
The idea is CopyTexture will automatically convert the pixel format from source to target, it will be a large cost to convert it in CPU. The suggestion in alternatives is...
Another target is I can upload a RGBA image data to GPU, then CopyTexture to a BGRA32 Texture for later processing
The native api allows user copy texture with a pixel format mapping, this enables user copy and transfer pixelformat with single operation. In my program, I'm looking for a way...
Thanks for your information. as sleep function may not be accurate enough, I'll do more investigations on this. I think there's difference between RS232 and RS485 in the nanoframework and...
After some digginer, I think the best solution for now is read 3 bytes and do a pattern check ([id]-[fcode]) from first 2 bytes. What I did: 1. Read the...
Hi @josesimoes , I agree it may slow the performance, but I can't find a better solution because: 1. Witout the pattern checking, we can't known if dummy read is...
I think I found a solution, will create a prototype for test.
That's great, just made all unit tests passed. The basic features are all complete. Code optimization and cleanup in progress. Will create a PR after that. The latest change can...
Just created a PR for this #536
@evchaki the PR 536 was stucked, seems the integration test keep failing due to cosmosDB emulator was not installed on the test host. I've asked help in the PR but...