9 years, 1 month ago
Highlights
Community contributions featured11 years, 3 months ago
By default android recreates activity each time something has changed. Make sure you have something like this: android:configChanges="keyboard|keyboardHidden|orientation|s…
11 years, 3 months ago
11 years, 3 months ago
I have recently published my first game: Stack of Chips. (First like, designed, programmed and produced from start to finish by myself, I did other project in the past but usual…
11 years, 5 months ago
Hi Is there any method to pass POD arguments by reference without copying them around? (with safe references turned on) This POD values have guaranteed life time, but limited to…
14 years, 7 months ago
Latest Activity
See all in DiscussionsBy default android recreates activity each time something has changed. Make sure you have something like this: android:configChanges="keyboard|keyboardHidden|orientation|screenSize|smallestScree
11 years, 3 months ago
I recommend changing 'uint4 channel' to 'float4 channel' and DXGI_FORMAT_R8G8B8A8_UINT to DXGI_FORMAT_R8G8B8A8_UNORM. That way you'll get values in range [0;1] and dot() …
11 years, 3 months ago
I have recently published my first game: Stack of Chips. (First like, designed, programmed and produced from start to finish …
11 years, 5 months ago