NV SDK 9.5, 10 and 11
NVIDIA SDK 10
Overview
This all-new collection of DirectX 10 and OpenGL code samples teaches developers how to make the most of GeForce 8 Series GPUs. The DirectX and OpenGL SDKs include a browser, clear code samples, detailed whitepapers, and videos.
Featured samples include: clip maps, cloth simulation, GPU blend shapes, HDR rendering, fire, rain, smoke, soft shadows, terrain, and much more.
The previous version of our SDK is also available separately on the SDK 9.5.
View Direct3D SDK Samples
View Release Notes
[Download] Direct3D SDK 10 Installer (256 MB)
View OpenGL SDK Samples
[Download] OpenGL SDK 10 Installer (45 MB)
[Download] OpenGL SDK Guide
NVIDIA SDK9.52
Nvidia SDK 9.52
http://nvidia-sdk-9.soft32.com/?rel=breadcrumb
NVIDIA SDK 11
http://developer.nvidia.com/sites/default/files/akamai/gamedev/files/sdk/11/NVIDIA_SDK11_Direct3D_11.00.0328.2105.exe
https://developer.nvidia.com/dx11-samples

SSAO demo
NVIDIA has updated the developer zone and published the new version of its graphics programming SDK (I don’t know exactly when but I suppose it was few days ago). Currently only Direct3D 11 version is available. OpenGL version should be available shortly. The D3D11 SDK includes demos like FFT ocean, island and hair rendering, FXAA, SSAO or tessellation..
You can download it HERE (532MB) or browse individual samples HERE.

FXAA demo

Tessellation demo

FFT ocean demo

NV SDK 9.5, 10 and 11的更多相关文章
- [团队项目]第二个冲刺 看板和燃尽图 Sprint2 6.8/6.9/6.10/6.11/6.12/6.13/6.14
		
1.开始一个新的冲刺: 起止:2016.6.1~2016.6.14 按照以下过程进行 ProductBacklog:继续向下细化 Sprint 计划会议:确定此次冲刺要完成的目标 Sprint Bac ...
 - 2016年10月11日 星期二 --出埃及记 Exodus 18:22
		
2016年10月11日 星期二 --出埃及记 Exodus 18:22 Have them serve as judges for the people at all times, but have ...
 - ArcGIS Runtime SDK for Android 10.2.5新开发平台安装配置指南
		
ArcGIS Runtime SDK for Android 10.2.5版本在年前发布,其中一个重大的变化是:新版本使用了新的开发环境,在10.2.5版本中Esri使用了官方提供的新的Android ...
 - 下面程序的输出结果是____ A:11,10 B:11,11 C:10,10 D:10,11 int x=10;  int y=x++;  printf("%d,%d",(x++,y),y++);
		
下面程序的输出结果是____ A:11,10 B:11,11 C:10,10 D:10,11 int x=10; int y=x++; printf("%d,%d",(x++,y) ...
 - MOD 10,11算法(GB/T 17710-1999 数据处理 校验码系统 ),使用javascript实现
		
原文链接:http://chunniu.info/p/74.html GB/T 17710-1999 数据处理 校验码系统 ,便于使用,使用javascript做了一个页面 [php] var NUM ...
 - 阅读<构建之法>第三10、11、12章并提出问题
		
<构建之法>第10.11.12章 第10章: 问题:对我们了解了用户的需求后,但是我们想法和做出来的软件会和用户的需求有偏差,比如风格.界面的修饰等等,那么我们程序猿怎样才能让自己的想法更 ...
 - VS2012不能创建数据库连接出现或者连接数据库时提示:未能载入文件或程序集“Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, C
		
VS2012不能创建数据库连接时或者连接数据库时提示:未能载入文件或程序集"Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, ...
 - 北京Uber优步司机奖励政策(10月5日~10月11日)
		
用户组:优步北京人民优步A组(适用于10月5日-10月11日) 滴快车单单2.5倍,注册地址:http://www.udache.com/ 如何注册Uber司机(全国版最新最详细注册流程)/月入2万/ ...
 - 《ArcGIS Runtime SDK for Android开发笔记》——翻译:ArcGIS Runtime SDK for Android 10.2.7发布
		
ArcGIS Runtime SDK for Android v10.2.7 released by Dan O'Neill on October 1, 2015(发布时间:2015年10月1日) W ...
 
随机推荐
- cenos配置
			
#修复ifconfig1.查看 /sbin/ifconfig是否存在 echo $PATH2.查看ifconfig命令是否存在ls /sbin |grep ifconfig如果ifconfig命令存在 ...
 - Instruments_Automation使用入门
			
Instruments 是应用程序用来动态跟踪和分析 Mac OS X 和 iOS 代码的实用工具. 这是一个灵活而强大的工具,它让你可以跟踪一个或多个进程,并检查收集的数据. 这样,Instrume ...
 - .net学习笔记----会话状态Session
			
一.会话状态Session Session用于服务器端状态管理,使用Session之后,每个客户端都可以将实际的数据保存在服务器上,对于每个客户端的数据,将会生成一个对应的唯一的key(保存在客户端) ...
 - C# this和base
			
base关键字:其用于在派生类中实现对基类公有或者受保护成员的访问,但是只局限在构造函数.实例方法和实例属性访问器中,还有指定创建派生类实例时应调用的基类构造函数. this关键字:限定被相似的名称隐 ...
 - 创建型模式之Strategy模式
			
应用场景 实现某一个功能有多种算法或者策略,我们可以根据环境或者条件的不同选择不同的算法或者策略来完成该功能.如编写排序算法,可以将这些算法写到一个类中,在该类中提供多个方法,每一个方法对应一个具体的 ...
 - html select 下拉箭头隐藏
			
html select 下拉箭头隐藏 <!DOCTYPE html> <html> <head lang="en"> <meta char ...
 - laravel数据库查询是use方法的使用
			
){ return $query->where('effectivetime','<',date('Y-m-d')); }else{ ...
 - hdu 1059 多重背包
			
题意:价值分别为1,2,3,4,5,6的物品个数分别为a[1],a[2],a[3],a[4],a[5],a[6],问能不能分成两堆价值相等的. 解法:转化成多重背包 #include<stdio ...
 - x264_param_t结构体参数分析
			
转自:http://blog.chinaunix.net/uid-17053077-id-1987955.html 参考网上的一些资料,结合个人的理解,对x264中x264_param_t结构体作了初 ...
 - android国外网站
			
转载来自 http://www.23apk.com/?p=305 http://www.androidboards.com/ http://www.androidev.com/ http://andr ...