摘要: C# provides a mechanism for defining declarative tags, called attributes, which you can place on certain entities in your source code to specify additional information. The information that attributes... 阅读全文
posted @ 2010-04-01 18:03 能巴 阅读(240) 评论(0) 推荐(0) 编辑
摘要: PInvokePlatform Invocation Services (PInvoke) allows managed code to call unmanaged functions that are implemented in a DLL. This tutorial shows you what you need to do to be able to call unmanaged DL... 阅读全文
posted @ 2010-04-01 17:45 能巴 阅读(293) 评论(0) 推荐(0) 编辑
摘要: As known, To generate a C++ application: seperate obj -> link together to be dll / exe. If deleting the dll / exe, it will only cause linking.It's not true for managed code. Deleting a C# dll / exe... 阅读全文
posted @ 2010-04-01 17:13 能巴 阅读(202) 评论(0) 推荐(0) 编辑
摘要: Computer graphics are graphics created using computers and, more generally, the representation and manipulation of image data by a computer.What is Shader?A shader is a small program or set of algorit... 阅读全文
posted @ 2010-04-01 15:34 能巴 阅读(262) 评论(0) 推荐(0) 编辑