网站首页  词典首页

请输入您要查询的英文单词:

 

单词 vertex buffer
释义

vertex buffer

  • 网络顶点缓存;顶点缓冲;顶点缓冲区
1.
顶点缓存
顶点缓存Vertex Buffer)是Direct3D用来保存顶点数据的内存空间,可以 位于系统内存和图形卡的显存中。 当Direct3D绘制 …
www.03964.com
2.
顶点缓冲
顶点缓冲(Vertex Buffer):从顶点集中创建一个顶点缓冲,第一步是利用一系列的点创建三维物体的骨骼(skeleton)。每一个顶点 …
www.cnblogs.com
3.
顶点缓冲区
(二)顶点缓冲区Vertex Buffer)就是D3D中用来保存顶点数据的一个内存缓冲区。我们这里值得注意的是顶点缓冲区设置应 …
blog.sina.com.cn
4.
顶点缓冲器
设置顶点缓冲器Vertex Buffer)在前面的“转换模型坐标到视点坐标”一节里,需要渲染的物体的顶点数据全部打包放在一个顶 …
blog.csdn.net
5.
顶点数组
这个列表被储存在顶点数组Vertex Buffer)中,然后显卡会调用顶点数组来进行绘制。在下面的图片中,有5个海盗王子,被 …
www.html5china.com
6.
顶点缓存区
算法的顶点缓存区(Vertex Buffer)相当于一个常量数组,在整个绘制过程中都不需要改变,只需要根据视点计算 当前的位置的位 …
www.docin.com
7.
顶点暂存器
这也就是说你不必再担心,顶点暂存器(vertex buffer)或是triangle strips(这个就是说你要将一个模型,用三角型的方式分割呈现…
www.dotblogs.com.tw

例句

释义:
1.
The only differences are the format of the data they contain and the flexible vertex format specified when the vertex buffer is created.
两者之间仅存在以下差异:它们包含的数据的格式不同,且创建顶点缓冲区时指定的灵活顶点的格式不同。
msdn2.microsoft.com
2.
Retrieves or sets a value that describes the surface format of the vertex buffer data.
检索或设置一个值,该值描述顶点缓冲区数据的图面格式。
msdn2.microsoft.com
3.
Gets a value indicating whether the device supports a vertex buffer in the system memory pool.
获取一个值,该值指示设备是否支持系统内存池中的顶点缓冲区。
msdn2.microsoft.com
4.
The correct number of vertices is read out of the vertex buffer.
开始,从顶点缓冲区中读取正确数量的顶点。
msdn2.microsoft.com
5.
Data can be supplied either by the vertex buffer or by the primitive tessellation engine.
顶点数据既可以由数据缓冲区提供,也可以由图元镶嵌引擎提供。
blog.163.com
6.
Informs the system that the application writes only to the vertex buffer.
通知系统,应用程序仅写入顶点缓冲区。
msdn2.microsoft.com
7.
Provides a tutorial for rendering vertices with a vertex buffer, a Direct3D object for storing vertices.
提供一个使用顶点缓冲区(一个用于存储顶点的Direct3D对象)呈现顶点的教程。
msdn2.microsoft.com
8.
if the vertex is outside of the viewing frustum , it is stored in the destination vertex buffer in projection space coordinates.
如果顶点在视锥平截体外部,则会以投影空间坐标的形式将其存储在目标顶点缓冲区中。
www.ichacha.net
9.
Since this example uses a single vertex buffer, each element is the data stored for a single vertex.
因为这个例子使用一个简单的顶点缓存,每个元素都被存储为一个顶点。
dictsearch.appspot.com
10.
If clipping is enabled, compute clipping codes and store them in an internal buffer that is associated with the destination vertex buffer.
如果已启用剪辑,请计算剪辑代码并将其存储到与目标顶点缓冲区相关联的内部缓冲区中。
msdn2.microsoft.com
1.
Gets a vertex buffer bound to the specified data stream.
获取绑定到指定数据流的顶点缓冲区。
msdn2.microsoft.com
2.
A flexible format description is a code that describes the layout of data in a vertex buffer.
弹性格式说明是描述数据在顶点缓冲区中的布局的代码。
msdn2.microsoft.com
3.
The input layout from step 1 . As said before , this describes how the IA will interpret the data in the vertex buffer .
从步骤1中创建的输入层次。前面说过,这描述了IA如何读取顶点缓存中的数据。
www.bing.com
4.
Class; the destination vertex buffer that represents the stream of interleaved vertex data.
类,该类是表示插入顶点数据流的目标顶点缓冲区。
msdn2.microsoft.com
5.
This flag allows the driver to return immediately and continue rendering, using this vertex buffer.
使用具有此标志的顶点缓冲区时,驱动程序可以立即返回并继续呈现。
msdn2.microsoft.com
6.
Retrieves or sets the resource type of a vertex buffer.
检索或设置顶点缓冲区的资源类型。
kudictionary.appspot.com
7.
Supports rendering of primitives using vertex data stored in vertex buffer objects.
支持使用在顶点缓冲区对象中存储的顶点数据来呈现基元。
msdn2.microsoft.com
8.
Method that disposes of the texture and the vertex buffer used by the sprite.
销毁被怪物使用的材质贴图与顶点缓冲。
blog.5d.cn
9.
Retrieves a description of the vertex buffer resource.
检索顶点缓冲区资源的说明。
msdn2.microsoft.com
10.
Structure that describes the returned vertex buffer.
结构,用于描述返回的顶点缓冲区。
msdn2.microsoft.com
1.
Retrieves or sets the size of the vertex buffer.
检索或设置顶点缓冲区的大小。
msdn2.microsoft.com
2.
The vertex buffer with the vertices of the sprite.
怪物的顶点集的顶点缓冲器。
blog.5d.cn
3.
Helper method used when creating the sprite vertex buffer.
创建怪物顶点缓冲的辅助函数。
blog.5d.cn
4.
An object that contains the data to copy into the vertex buffer.
一个对象,包含要复制到顶点缓冲区的数据。
msdn2.microsoft.com
5.
Locks a range of vertex data and obtains the vertex buffer memory.
锁定某一范围的顶点数据,并获取顶点缓冲区内存。
msdn2.microsoft.com
6.
Locks a range of vertex data and returns the vertex buffer memory.
锁定某一范围的顶点数据,并返回顶点缓冲区内存。
msdn2.microsoft.com
7.
Gets the usage of a vertex buffer.
获取顶点缓冲区的用法。
msdn2.microsoft.com
8.
Gets the vertex buffer of a mesh.
获取网格的顶点缓冲区。
msdn2.microsoft.com
9.
Offset in the vertex buffer to set.
要设置的顶点缓冲区中的偏移量。
msdn2.microsoft.com
10.
Object to associate with the vertex buffer.
与顶点缓冲区关联的。
msdn2.microsoft.com
1.
The number of bytes in the vertex buffer.
顶点缓冲区中的字节数。
msdn2.microsoft.com
2.
Set up the vertex buffer to be rendered
建立渲染用顶点缓冲区
blog.csdn.net
3.
If the device supports a system vertex buffer; otherwise,
如果设备支持系统顶点缓冲区,则为,
msdn2.microsoft.com
4.
If the device supports a video vertex buffer; otherwise,
如果设备支持视频顶点缓冲区,则为,
msdn2.microsoft.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/3/5 6:03:39