-
Notifications
You must be signed in to change notification settings - Fork 926
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Buffer write issue with DX11 + IntelHD #1060
Comments
Needs to be registered in https://github.com/gfx-rs/wgpu/wiki/Known-Driver-Issues |
Added. |
I'm not sure if it's the same issue, or something else, but it was reported that HD5570 has issue that looks the same. Though it's with old wgpu version from last autumn. I'll update this example to the last wgpu release and send it to person who has issue. Here's his adapter info: AdapterInfo {
name: "AMD Radeon HD 5570",
vendor: 4098,
device: 26841,
device_type: DiscreteGpu,
backend: Dx11,
} |
Funky. Note DX11 is still not supported on master. |
Closing this as this was on gfx-hal |
Bug originally filed as gfx-rs/wgpu-rs#585 against wgpu-rs by @qthree, resubmitting for ease of tracking. The referenced branch was https://github.com/qthree/wgpu-rs/tree/double-rect. The body of the issue was left unchanged.
Original Issue
Demonstration of buffer write issue with DX11 + Intel HD. Not intended for merging.
Frame rendering starts before the end of uniform buffer update.
That results in a glitches.
If you see only one rectangle then you're OK.
main.rs
has constants at the top for tweaking:I have this issue with:
or
This demonstration is done using modified
hello-triangle
example.The text was updated successfully, but these errors were encountered: