openGL API glDeleteSamplers中文翻译

             openGL API glDeleteSamplers中文翻译

先放上英文,后面是中文翻译

Name

glDeleteSamplers — delete named sampler objects

C Specification

void glDeleteSamplers(GLsizei n,
 const GLuint * samplers);

 

Parameters

n

Specifies the number of sampler objects to be deleted.

samplers

Specifies an array of sampler objects to be deleted.

Description

glDeleteSamplers deletes n sampler objects named by the elements of the array samplers. After a sampler object is deleted, its name is again unused. If a sampler object that is currently bound to a sampler unit is deleted, it is as though glBindSampler is called with unit set to the unit the sampler is bound to and sampler zero. Unused names in samplers are silently ignored, as is the reserved name zero.

Notes

glDeleteSamplers is available only if the GL version is 3.3 or higher.

Errors

GL_INVALID_VALUE is generated if n is negative.

Associated Gets

glIsSampler

Version Support

 OpenGL Version
Function / Feature Name2.02.13.03.13.23.34.04.14.24.34.44.5
glDeleteSamplers----

See Also

glGenSamplersglBindSamplerglDeleteSamplersglIsSampler

Copyright

Copyright © 2010-2014 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/.

中文翻译

名称

glDeleteSamplers — 删除命名的采样器对象

C规范

void glDeleteSamplers( GLsizei n, const GLuint * samplers);

参数

n
指定要删除的采样器对象的数量。

samplers
指定要删除的采样器对象数组。

描述

glDeleteSamplers删除由数组采样器的元素命名的n个采样器对象。 删除采样器对象后,其名称再次未使用。 如果删除当前绑定到一个或多个纹理单元的采样器对象,则好像对绑定到采样器的每个纹理单元都调用一次glBindSampler,将其单位设置为纹理单元,将采样器设置为零。 已经标记为glGenSamplers的采样器中未使用的名称再次标记为未使用。 采样器中未使用的名称会被静默忽略,保留名称零也会被忽略。

错误

如果n为负,则生成GL_INVALID_VALUE。

相关Gets

glIsSampler

API 支持版本

函数名2.03.0
glDeleteSamplers-

另见

glGenSamplers, glBindSampler, glDeleteSamplers, glIsSampler

版权

https://www.khronos.org/registry/OpenGL-Refpages/es3.0/html/glDeleteSamplers.xhtml
Copyright © 2010-2014 Khronos Group. This material may be distributed subject to the terms and conditions set forth in the Open Publication License, v 1.0, 8 June 1999. http://opencontent.org/openpub/.

 

参考:

英文文档

中文翻译

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值