<?xml version="1.0"?>
<doc>
<assembly>
<name>SharpDX.Direct3D9</name>
</assembly>
<members>
<member name="T:SharpDX.Direct3D9.AdapterCollection">
<summary>
A collection of <see cref="T:SharpDX.Direct3D9.AdapterInformation"/>.
</summary>
</member>
<member name="T:SharpDX.Direct3D9.AdapterDetails">
<summary>
<p>Contains information identifying the adapter.</p>
</summary>
<remarks>
<p>The following pseudocode example illustrates the version format encoded in the DriverVersion, DriverVersionLowPart, and DriverVersionHighPart members.</p><pre> Product = HIWORD(DriverVersion.HighPart)
Version = LOWORD(DriverVersion.HighPart)
SubVersion = HIWORD(DriverVersion.LowPart)
Build = LOWORD(DriverVersion.LowPart)
</pre><p>See the Platform SDK for more information about the HIWORD macro, the LOWORD macro, and the <see cref="T:System.Int64" /> structure.</p><p>MAX_DEVICE_IDENTIFIER_STRING is a constant with the following definition.</p><pre>#define MAX_DEVICE_IDENTIFIER_STRING 512</pre><p>The VendorId, DeviceId, SubSysId, and Revision members can be used in tandem to identify particular chip sets. However, use these members with caution.</p>
</remarks>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DADAPTER_IDENTIFIER9']/*" />
<msdn-id>bb172505</msdn-id>
<unmanaged>D3DADAPTER_IDENTIFIER9</unmanaged>
<unmanaged-short>D3DADAPTER_IDENTIFIER9</unmanaged-short>
</member>
<member name="P:SharpDX.Direct3D9.AdapterDetails.Certified">
<summary>
Gets a value indicating whether the adapter is WHQL certified.
</summary>
<value>
<c>true</c> if certified; otherwise, <c>false</c>.
</value>
</member>
<member name="P:SharpDX.Direct3D9.AdapterDetails.DriverVersion">
<summary>
Gets the driver version.
</summary>
</member>
<member name="P:SharpDX.Direct3D9.AdapterDetails.CertificationDate">
<summary>
Gets the certification date.
</summary>
</member>
<member name="F:SharpDX.Direct3D9.AdapterDetails.Driver">
<summary>
<dd> <p>Used for presentation to the user. This should not be used to identify particular drivers, because many different strings might be associated with the same device and driver from different vendors.</p> </dd>
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DADAPTER_IDENTIFIER9::Driver']/*" />
<msdn-id>bb172505</msdn-id>
<unmanaged>char Driver[512]</unmanaged>
<unmanaged-short>char Driver</unmanaged-short>
</member>
<member name="F:SharpDX.Direct3D9.AdapterDetails.Description">
<summary>
<dd> <p>Used for presentation to the user.</p> </dd>
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DADAPTER_IDENTIFIER9::Description']/*" />
<msdn-id>bb172505</msdn-id>
<unmanaged>char Description[512]</unmanaged>
<unmanaged-short>char Description</unmanaged-short>
</member>
<member name="F:SharpDX.Direct3D9.AdapterDetails.DeviceName">
<summary>
<dd> <p>Device name for GDI.</p> </dd>
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DADAPTER_IDENTIFIER9::DeviceName']/*" />
<msdn-id>bb172505</msdn-id>
<unmanaged>char DeviceName[32]</unmanaged>
<unmanaged-short>char DeviceName</unmanaged-short>
</member>
<member name="F:SharpDX.Direct3D9.AdapterDetails.RawDriverVersion">
<summary>
<dd> <p>Identify the version of the Direct3D driver. It is legal to do less than and greater than comparisons on the 64-bit signed integer value. However, exercise caution if you use this element to identify problematic drivers. Instead, you should use DeviceIdentifier. See Remarks.</p> </dd>
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DADAPTER_IDENTIFIER9::DriverVersion']/*" />
<msdn-id>bb172505</msdn-id>
<unmanaged>LARGE_INTEGER DriverVersion</unmanaged>
<unmanaged-short>LARGE_INTEGER DriverVersion</unmanaged-short>
</member>
<member name="F:SharpDX.Direct3D9.AdapterDetails.VendorId">
<summary>
<dd> <p>Can be used to help identify a particular chip set. Query this member to identify the manufacturer. The value can be zero if unknown.</p> </dd>
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DADAPTER_IDENTIFIER9::VendorId']/*" />
<msdn-id>bb172505</msdn-id>
<unmanaged>unsigned int VendorId</unmanaged>
<unmanaged-short>unsigned int VendorId</unmanaged-short>
</member>
<member name="F:SharpDX.Direct3D9.AdapterDetails.DeviceId">
<summary>
<dd> <p>Can be used to help identify a particular chip set. Query this member to identify the type of chip set. The value can be zero if unknown.</p> </dd>
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DADAPTER_IDENTIFIER9::DeviceId']/*" />
<msdn-id>bb172505</msdn-id>
<unmanaged>unsigned int DeviceId</unmanaged>
<unmanaged-short>unsigned int DeviceId</unmanaged-short>
</member>
<member name="F:SharpDX.Direct3D9.AdapterDetails.SubsystemId">
<summary>
<dd> <p>Can be used to help identify a particular chip set. Query this member to identify the subsystem, typically the particular board. The value can be zero if unknown.</p> </dd>
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DADAPTER_IDENTIFIER9::SubSysId']/*" />
<msdn-id>bb172505</msdn-id>
<unmanaged>unsigned int SubSysId</unmanaged>
<unmanaged-short>unsigned int SubSysId</unmanaged-short>
</member>
<member name="F:SharpDX.Direct3D9.AdapterDetails.Revision">
<summary>
<dd> <p>Can be used to help identify a particular chip set. Query this member to identify the revision level of the chip set. The value can be zero if unknown.</p> </dd>
</summary>
<!-- No matching elements were found for the following include tag --><include file=".\..\Documentation\CodeComments.xml" path="/comments/comment[@id='D3DADAPTER_IDENTIFIER9::Revision']/*" />
<msdn-id>bb172505</msdn-id>
<unmanaged>unsigned int Revision</unmanaged>
<unmanaged-short>unsigned int Revision</unmanaged-short>
</member>
<member name="F:SharpDX.Dir
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
ATT23.07 3D点云显示工具 (171个子文件)
Window3DVTK.dll.config 690B
libSkiaSharp.dll 8.98MB
pcl_surface_release.dll 8.78MB
DevExpress.RichEdit.v22.2.Core.dll 8.41MB
pcl_visualization_release.dll 8.3MB
libSkiaSharp.dll 7.61MB
libSkiaSharp.dll 7.58MB
Kitware.VTK.dll 6.76MB
pcl_io_release.dll 6.02MB
vtkGraphics.dll 5.98MB
pcl_segmentation_release.dll 5.41MB
pcl_filters_release.dll 5.13MB
vtkIO.dll 4.65MB
pcl_features_release.dll 4.38MB
vtkRendering.dll 4.31MB
pcl_filters.dll 3.88MB
DevExpress.Office.v22.2.Core.dll 3.7MB
DevExpress.XtraGrid.v22.2.dll 3.64MB
pcl_features.dll 3.52MB
vtkFiltering.dll 3.07MB
pcl_segmentation.dll 2.99MB
vtkImaging.dll 2.81MB
pcl_surface.dll 2.75MB
vtkVolumeRendering.dll 2.71MB
vtkHybrid.dll 2.68MB
vtkCommon.dll 2.39MB
HelixToolkit.Wpf.SharpDX.dll 2.06MB
DevExpress.XtraLayout.v22.2.dll 2.05MB
vtkInfovis.dll 2.02MB
vtkParallel.dll 1.64MB
vtkWidgets.dll 1.62MB
DevExpress.XtraTreeList.v22.2.dll 1.59MB
pcl_sample_consensus.dll 1.52MB
pcl_octree_release.dll 1.46MB
pcl_search_release.dll 1.4MB
pcl_sample_consensus_release.dll 1.27MB
pcl_registration.dll 1.23MB
vtklibxml2.dll 1.22MB
pcl_octree.dll 1.22MB
DevExpress.XtraVerticalGrid.v22.2.dll 1.21MB
DevExpress.XtraPrinting.v22.2.dll 1.08MB
pcl_search.dll 1.03MB
pcl_kdtree_release.dll 1012KB
pcl_keypoints.dll 993KB
PCLSharp.Modules.Native.dll 979KB
pcl_io.dll 957KB
msvcp90.dll 833KB
ScottPlot.dll 790KB
SkiaSharp.dll 787KB
pcl_common_release.dll 712KB
pcl_kdtree.dll 706KB
vtkCharts.dll 688KB
vtkNetCDF.dll 686KB
msvcr90.dll 626KB
Kitware.VTK.vtkGraphics.Unmanaged.dll 613KB
Kitware.VTK.vtkFiltering.Unmanaged.dll 595KB
vtkmetaio.dll 565KB
msvcp140.dll 560KB
MongoDB.Bson.dll 521KB
vtkViews.dll 521KB
Kitware.VTK.vtkRendering.Unmanaged.dll 495KB
SharpDX.Direct2D1.dll 484KB
pcl_common.dll 483KB
LiteDB.dll 478KB
pcl_io_ply_release.dll 461KB
vtkfreetype.dll 449KB
qhull_r.dll 437KB
Kitware.VTK.vtkCommon.Unmanaged.dll 404KB
vtkGeovis.dll 399KB
PclSharp.Extern.dll 376KB
Kitware.VTK.vtkIO.Unmanaged.dll 340KB
SharpDX.Direct3D9.dll 331KB
concrt140.dll 315KB
Kitware.VTK.vtkWidgets.Unmanaged.dll 312KB
vtktiff.dll 309KB
OpenNI2.dll 286KB
SharpDX.Direct3D11.dll 277KB
pcl_io_ply.dll 269KB
SharpDX.dll 269KB
msvcp140_2.dll 262KB
vtkexoIIc.dll 258KB
Kitware.VTK.vtkHybrid.Unmanaged.dll 252KB
vtksys.dll 248KB
msvcm90.dll 240KB
Kitware.VTK.vtkImaging.Unmanaged.dll 230KB
Kitware.VTK.vtkInfovis.Unmanaged.dll 215KB
SharpDX.Mathematics.dll 211KB
vtkproj4.dll 208KB
vtkGenericFiltering.dll 199KB
vtkverdict.dll 166KB
Kitware.VTK.vtkParallel.Unmanaged.dll 164KB
System.Numerics.Vectors.dll 157KB
Cosmo.dll 150KB
SharpDX.DXGI.dll 145KB
System.Memory.dll 139KB
vtkjpeg.dll 138KB
Kitware.VTK.vtkVolumeRendering.Unmanaged.dll 131KB
vtkalglib.dll 128KB
vtkexpat.dll 125KB
vtkpng.dll 123KB
共 171 条
- 1
- 2
资源评论
667.
- 粉丝: 915
- 资源: 17
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 基于Java Web的怀旧唱片售卖系统+vue
- 基于ARM的疲劳检测系统研究与实现.doc
- JVM面试专题,非常版
- Google Chrome浏览器ChromeDriver驱动下载(Chrome版本:130.0.6723.92)win64
- Google Chrome浏览器ChromeDriver驱动下载(Chrome版本:130.0.6723.92)win32
- 基于龙芯3号的UEFI固件开发详解
- 车载终端市场:2023年中国车载终端市场规模已攀升至约185亿元,智领未来出行新风尚
- 中间件面试全集,非常棒
- 阅微文学网站的设计与开发+vue
- 基于C++及Qt5开发的图片自动矢量化软件+高分辨率图像去噪+自动矢量化为svg/shp矢量图+不限定颜色种类和数量(高分项目)
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功