keijiro / KlakSpout

Spout plugin for Unity
The Unlicense
673 stars 101 forks source link

Modify the param “format” of the function "setupSender" to "DXGI_FORMAT_B8G8R8A8_UNORM",cann't receive the i #55

Closed xiaoge777888 closed 4 years ago

xiaoge777888 commented 4 years ago

Modify code: //const auto format = DXGI_FORMAT_R8G8B8A8_UNORM; const auto format = DXGI_FORMAT_B8G8R8A8_UNORM; result: cann't receive Image.

keijiro commented 4 years ago

I think you also have to modify C# code.

keijiro commented 4 years ago

I'm closing this issue now. Please feel free to reopen it for further issues.