tearing Questions
3
Solved
I'm using a WriteableBitmap to display images I process myself at around 20 frames per second.
This question (WPF: More efficient way of displaying quickly-changing images?)
and this question (How...
3
Solved
In C# setting a value to a variable is atomic as long as its size is at most native int (i.e. 4 bytes in a 32-bit runtime environment and 8 bytes on a 64-bit one).
In a 64-bit environment that incl...
Pastern asked 15/2, 2017 at 19:24
1
Solved
I'm writing a program that computes an endgame tablebase for a chess variant. The algorithm for filling the tablebase works like this:
Start with a huge array of unsigned char, each member repres...
Juvenile asked 25/7, 2016 at 15:27
4
I'm trying to figure out how to work around my problem. I've read http://groups.google.com/group/android-developers/browse_thread/thread/a2aac88a08cb56c2/b7dff4ba388cd664?lnk=gst&q=SurfaceView#...
Hypersonic asked 26/8, 2010 at 7:42
5
Solved
I've encountered a situation where I have to display images in a slideshow that switches image very fast. The sheer number of images makes me want to store the JPEG data in memory and decode them w...
Tanaka asked 15/3, 2013 at 13:5
2
Solved
I was hoping someone here might have an idea what causes this sort of behaviour:
Throughout my application, in seemingly random places and in random conditions I'm observing this strange UI issue. ...
3
Solved
I'm having trouble with tearing and flickering in WPF animations. I have a toy app that demonstrates the problems. The app animates squares across the screen. The edges of the squares show tearing ...
1
Solved
I'm making a small game using the HTML5 canvas element. It works great, except that it has a scrolling background with obvious tearing happening in Firefox and Chromium browsers in Ubuntu. I'm pret...
Hesitate asked 8/9, 2010 at 2:11
1
© 2022 - 2024 — McMap. All rights reserved.