Welcome back! This time, we’ll look into what is perhaps the “poster boy” feature introduced with the D3D11 / Shader 5.x hardware generation: Tessella...
分类:
其他好文 时间:
2014-08-05 02:55:48
阅读次数:
272
Welcome back! This post deals with the second half of pixel processing, the “join phase”. The previous phase was all about taking a small number of i....
分类:
其他好文 时间:
2014-08-05 00:37:58
阅读次数:
305
Welcome back. Last part was about vertex shaders, with some coverage of GPU shader units in general. Mostly, they’re just vector processors, but the.....
分类:
其他好文 时间:
2014-08-05 00:35:28
阅读次数:
288
After the last post about texture samplers, we’re now back in the 3D frontend. We’re done with vertex shading, so now we can start actually renderi...
分类:
其他好文 时间:
2014-08-05 00:35:18
阅读次数:
306
Welcome back! This time, the focus is going to be on Stream-Out (SO). This is a facility for storing the Output of the Geometry Shader stage to memory...
分类:
其他好文 时间:
2014-08-05 00:34:38
阅读次数:
299
Welcome back. Last part was about vertex shaders, with some coverage of GPU shader units in general. Mostly, they’re just vector processors, but the.....
分类:
其他好文 时间:
2014-08-05 00:33:00
阅读次数:
343
Welcome back. Last time, we dove into bottom end of the pixel pipeline. This time, we’ll switch back to the middle of the pipeline to look at what i.....
分类:
其他好文 时间:
2014-08-05 00:25:48
阅读次数:
321
Welcome back. This time we’re actually gonna see triangles being rasterized – finally! But before we can rasterize triangles, we need to do triangl...
分类:
其他好文 时间:
2014-08-05 00:25:38
阅读次数:
476
Til the Cows Come Home
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 29539
Accepted: 9927
Description
Bessie is out in the field and wants to get back to...
分类:
其他好文 时间:
2014-08-04 21:37:48
阅读次数:
361
1 改变NavBar颜色:选中Navigation Bar 的Tint属性。选中颜色。2 隐藏“back”按钮: self.navigationItem.hidesBackButton = YES;3 隐藏"NavBar" : self.navigationController.navigation...
分类:
移动开发 时间:
2014-08-04 20:39:47
阅读次数:
228