INTZ DX format
http://aras-p.info/texts/D3D9GPUHacks.html
格式 | 用法 | 资源 | 描述 | NVIDIA GeForce | AMD Radeon | 英特尔 |
---|---|---|---|---|---|---|
阴影映射 | ||||||
D3DFMT_D16 | DS | TEX | 样本深度缓冲区直接作为阴影贴图 。 | 2001(GF3) | 2006(HD2xxx) | 2006(965) |
D3DFMT_D24X8 | DS | TEX | 2001(GF3) | 2006(HD2xxx) | 2006(965) | |
深度缓冲区作为纹理 | ||||||
DF16 | DS | TEX | 读深度缓冲区作为纹理 。 | 2002(9500) | 2008(G45) | |
DF24 | DS | TEX | 2005(X1300) | 2011(Gen6) | ||
INTZ | DS | TEX | 2006(GF8) | 2008(HD4xxx) | 2008(G45) | |
RAWZ | DS | TEX | 只有GF6&7 | |||
抗锯齿相关 | ||||||
RESZ | RT | 冲浪 | 将MSAA的深度模板表面解析为非MSAA的深度纹理。 | 2008(HD4xxx) | 2008(G45) | |
ATOC | 0 | 冲浪 | 透明度抗锯齿 。 | 2005(GF7) | 2011(Gen6) | |
SSAA | 0 | 冲浪 | 2005(GF7) | |||
所有AMD DX9 +硬件 | 2002(9500) | |||||
N / A | 覆盖采样抗锯齿[5] | 2006(GF8) | ||||
纹理 | ||||||
ATI1 | 0 | TEX | ATI1n&ATI2n纹理压缩格式。 | 2006(GF8) | 2005(X1300) | 2008(G45) |
ATI2 | 0 | TEX | 2004(GF6) | 2002(9500) | 2008(G45) | |
DF24 | DS | TEX | 取4:当采样1通道纹理时,返回四个触摸的纹素值[1] 。 检查DF24支持。 | 2005(X1300) | 2011(Gen6) | |
杂项 | ||||||
空值 | RT | 冲浪 | 虚拟渲染不消耗视频内存的目标曲面。 | 2004(GF6) | 2008(HD4xxx) | 2010(Gen5) |
NVDB | 0 | 冲浪 | 深度测试 | 2004(GF6) | ||
R2VB | 0 | 冲浪 | 渲染到顶点缓冲区 。 | 只有GF6&7 | 2002(9500) | |
INST | 0 | 冲浪 | 在前SM3.0硬件上的几何实例 。 | 2002(9500) |
被墙了 只能看翻译了
INTZ的depth可以拿来做srv
用
if(CheckResourceFormatSupport(m_D3D, devCaps, displayMode, intZFormat,
D3DRTYPE_TEXTURE, D3DUSAGE_DEPTHSTENCIL) == D3D_OK)这种可以check这些format
DXHardwareCapabilities
INTZ DX format的更多相关文章
- ANN神经网络——Sigmoid 激活函数编程练习 (Python实现)
# ---------- # # There are two functions to finish: # First, in activate(), write the sigmoid activa ...
- 用tensorflow求偏导
# coding:utf-8 from __future__ import absolute_import from __future__ import unicode_literals from _ ...
- Dx 1 error; aborting Conversion to Dalvik format failed with error 1
Dx 1 error; aborting Conversion to Dalvik format failed with error 1 问题实质是工程中android.jar包大于一个: 保留一个a ...
- OpenCascade BRep Format Description
OpenCascade BRep Format Description eryar@163.com 摘要Abstract:本文结合OpenCascade的BRep格式描述文档和源程序,对BRep格式进 ...
- Dx unsupported class file version 52.0
最近用ADT时遇到这个bug,折腾了好几天. 报错信息: Dx unsupported class file version 52.0 Conversion to Dalvik format fail ...
- VMWare File Format Learning && Use VHD File To Boot VMWare && CoreOS Docker Configuration And Running
目录 . Virtual Machine Introduce . Vmware Image File Format . VHD File Format . Convert VHD File Into ...
- dx wpf的各种坑
这篇随笔总结dx wpf使用中的各种坑,持续更新~ LookUpEdit里内嵌的DXGrid的名字必须是"PART_GridControl",不能不写.也不能写错.我对比了2个小时 ...
- faster rcnn test demo ---repaired for video input and save the image, label, score et al. into .mat format
faster rcnn test demo ---repaired for video input and save the image, label, score et al. into .mat ...
- DX 绘制位图
简单地学习了四个API: HRESULT CreateOffscreenPlainSurface( [in] UINT Width, // 宽度 [in] UINT Height, // 高度 [in ...
随机推荐
- pub/sub的实际应用总结
pub/sub即观察者模式,有多重表现形式 1. Publisher/Subscriber2. Observer/Observable3. Listener(例如EventListener)4. Ev ...
- 华中农业大学第四届程序设计大赛网络同步赛 I
Problem I: Catching Dogs Time Limit: 1 Sec Memory Limit: 128 MBSubmit: 1130 Solved: 292[Submit][St ...
- git项目初始化的问题汇总
转:https://blog.csdn.net/Free_Wind22/article/details/81628721 1.在Git官网上点击New repository新建项目: 2.在本地新建一 ...
- Change hostname and IP on Soalris10
To see the existing configuration: # ifconfig -a Update the following files for IP Address: /etc/hos ...
- shell脚本——项目1
案例名称:系统初始化 背景:10台已装有linux系统的服务器 需求: 1.设置时区同步 2.禁用selinux 3.清空防火墙策略 4.历史命令显示操作时间 5.禁止root远程登录 6.禁止定时任 ...
- Maven入门指南(一)—— Maven下载与安装
Maven下载与安装 1.下载1)Maven的系统要求: Maven对内存和操作系统没有要求 Maven安装本身仅需大约10MB,本地仓库视使用情况有所不同 Maven3.3及以上版本需要JDK1.7 ...
- JS多个函数之间传递参数问题
JS多个函数之间传递参数的一个重要思想是在页面定义一个隐藏域,当第一个函数请求到数据时候修改隐藏域的值,第二个函数用jQuery的选择器选择页面中隐藏域的值. 比如: 页面中定义一个隐藏的页号. &l ...
- SPI总线介绍
1. 简介 SPI, Serial Peripheral Interface, 串行外设接口, 是一种高速的.全双工.同步的通信总线SPI在芯片的管脚上只占用四根线 SPI接口主要用于MCU与各种外围 ...
- python collections(容器)模块
原文:http://docs.pythontab.com/interpy/collections/collections/ 容器(Collections) Python附带一个模块,它包含许多容器数据 ...
- hdu 3047(扩展并查集)
Zjnu Stadium Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Tota ...