ebiten icon indicating copy to clipboard operation
ebiten copied to clipboard

internal/graphicsdriver/directx: support 32bit Windows

Open hajimehoshi opened this issue 2 years ago • 1 comments

https://github.com/golang/go/issues/42373#issuecomment-725442959 See this comment how to treat 64bit values

https://github.com/golang/go/blob/489102de18cff38d1b12d09eeb7e60af42492d63/src/syscall/syscall_windows.go#L439-L464

hajimehoshi avatar May 07 '22 02:05 hajimehoshi

https://docs.microsoft.com/en-us/windows/win32/api/d3d12/nf-d3d12-id3d12fence-getcompletedvalue How do I treat a 64bit returning value?

EDIT: We can use the second returning value! https://cs.opensource.google/go/go/+/master:src/runtime/sys_windows_386.s;l=33-36?q=file:windows%20asmstdcall&ss=go%2Fgo

hajimehoshi avatar May 07 '22 02:05 hajimehoshi