码迷,mamicode.com
首页 >  
搜索关键字:through    ( 1907个结果
Difference between enabled and userInteractionEnabled properties
I read through the documentation, and here are my findings. UIButton inherits from UIControl the boolean property enabled A Boolean value that determines whether the receiver is enabled. Specif...
分类:其他好文   时间:2015-07-08 10:58:50    阅读次数:126
图形管线之旅 Part3
原文:《A trip through the Graphics Pipeline 2011》翻译:往昔之剑转载请注明出处此时,我们一路上通过多个驱动层和命令处理器将draw call从应用程序发送过来。最后终于要做图形处理了。最后一部分,来看一下顶点管线。不过在开始之前…一些名词我们现在所在的3D管...
分类:其他好文   时间:2015-07-08 07:07:05    阅读次数:145
图形管线之旅 Part4
原文:《A trip through the Graphics Pipeline 2011》翻译:往昔之剑转载请注明出处欢迎回来。上个部分是关于vertex shader的,还带有一些GPU shader通用单元的概念。重要的是,它们仅仅是向量处理器,但是它们需要访问不在向量架构上的资源:纹理采样器...
分类:其他好文   时间:2015-07-08 07:05:29    阅读次数:195
图形管线之旅 Part6
原文:《A trip through the Graphics Pipeline 2011》翻译:往昔之剑转载请注明出处欢迎回来。这次我们去看看三角形的光栅化。但在光栅化三角形之前,我们需要执行三角形设置,并且在设置三角形之前,我还要解释一下为了什么做的准备,我们来聊聊三角形硬件光栅化算法。如何画一...
分类:其他好文   时间:2015-07-08 07:04:11    阅读次数:140
图形管线之旅 Part5
原文:《A trip through the Graphics Pipeline 2011》翻译:往昔之剑转载请注明出处在上一篇关于纹理采样器之后,我们现在回到了3D前端。那执行完了顶点着色,现在就可以实际的渲染东西了,对吗?可惜,还不行。你看,在我们实际开始光栅化图元之前,仍然还有很多事要做。所以...
分类:其他好文   时间:2015-07-08 07:02:39    阅读次数:145
图形管线之旅 Part2
图形管线之旅 Part2原文:《A trip through the Graphics Pipeline 2011》翻译:往昔之剑转载请注明出处还没那么快在上一篇,讲述了渲染命令在被GPU处理前,经历的各种阶段。简而言之,比你想像的要复杂。接下来,我将讲述提过的命令处理器(command proce...
分类:其他好文   时间:2015-07-08 02:06:55    阅读次数:232
图形管线之旅 Part 1
原文:《A trip through the Graphics Pipeline 2011》翻译:往昔之剑转载请注明出处你可以找到很多PC图形栈的功能描述,但是通常却不明所以然。我会尽量避开硬件部分的种种细节,来填补这些空白知识点。我打算讲述一下在Windows上运行d3d9/10/11的dx11接...
分类:其他好文   时间:2015-07-08 02:01:11    阅读次数:141
苹果的iAd广告概念解释
Using Apple iAd for Advertising iAd was created by Apple in 2010 for the iOS 4 to be used for advertising through the company's devices. This advertising platform allows developers an...
分类:移动开发   时间:2015-07-06 16:06:07    阅读次数:175
uva846 Steps
Steps Time Limit:3000MS Memory Limit:0KB 64bit IO Format:%lld & %llu Submit Status Practice UVA 846 Appoint description:Description Download as PDFOne steps through integer points of the st...
分类:其他好文   时间:2015-07-06 14:18:22    阅读次数:130
【转载】FslSge
IntroductionThis is a quick walk through to get Grid Engine going on Linux for those who would like to use it for something like FSL. This documentati...
分类:其他好文   时间:2015-07-06 11:49:57    阅读次数:142
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!