GL.EnableVertexAttribArray Method (OpenTK.Graphics.ES20)
文章推薦指數: 80 %
Learn more about the OpenTK.Graphics.ES20.GL.EnableVertexAttribArray in the OpenTK.Graphics.ES20 namespace.
跳到主要內容
已不再支援此瀏覽器。
請升級至MicrosoftEdge,以利用最新功能、安全性更新和技術支援。
下載MicrosoftEdge
其他資訊
目錄
結束焦點模式
語言
閱讀英文
儲存
目錄
閱讀英文
儲存
編輯
Twitter
LinkedIn
Facebook
電子郵件
目錄
GL.EnableVertexAttribArrayMethod
Reference
Isthispagehelpful?
Yes
No
Anyadditionalfeedback?
FeedbackwillbesenttoMicrosoft:Bypressingthesubmitbutton,yourfeedbackwillbeusedtoimproveMicrosoftproductsandservices.Privacypolicy.
Submit
Thankyou.
Definition
Namespace:
OpenTK.Graphics.ES20
Assembly:OpenTK-1.0.dll
Important
Someinformationrelatestoprereleaseproductthatmaybesubstantiallymodifiedbeforeit’sreleased.Microsoftmakesnowarranties,expressorimplied,withrespecttotheinformationprovidedhere.
Inthisarticle
Overloads
EnableVertexAttribArray(Int32)
EnableVertexAttribArray(UInt32)
EnableVertexAttribArray(Int32)
[OpenTK.AutoGenerated(Category="2.0",EntryPoint="glEnableVertexAttribArray",Version="2.0")]
publicstaticvoidEnableVertexAttribArray(intindex);
staticmemberEnableVertexAttribArray:int->unit
Parameters
index
Int32
Attributes
AutoGeneratedAttribute
Appliesto
EnableVertexAttribArray(UInt32)
Important
ThisAPIisnotCLS-compliant.
[OpenTK.AutoGenerated(Category="2.0",EntryPoint="glEnableVertexAttribArray",Version="2.0")]
[System.CLSCompliant(false)]
publicstaticvoidEnableVertexAttribArray(uintindex);
staticmemberEnableVertexAttribArray:uint32->unit
Parameters
index
UInt32
Attributes
AutoGeneratedAttribute
CLSCompliantAttribute
Appliesto
本文內容
延伸文章資訊
- 1WebGLRenderingContext.enableVertexAttribArray() - Web APIs
The WebGLRenderingContext method enableVertexAttribArray(), part of the WebGL API, turns on the g...
- 2WebGLRenderingContext.enableVertexAttribArray()
我们用 enableVertexAttribArray() 函数来激活 aVertexPosition 中记录的索引位置,以便在后面对该顶点属性进行数据绑定。 使用 vertexAttribPo...
- 3GL.EnableVertexAttribArray Method (OpenTK.Graphics.ES20)
Learn more about the OpenTK.Graphics.ES20.GL.EnableVertexAttribArray in the OpenTK.Graphics.ES20 ...
- 4enableVertexAttribArray method - dart:web_gl library - Dart
API docs for the enableVertexAttribArray method from the RenderingContext2 class, for the Dart pr...
- 5[Day5] WebGL 修羅道(2) - 資料傳遞 - iT 邦幫忙
enableVertexAttribArray(points); gl.vertexAttrib1f(size, 100.0); var color = gl.getUniformLocatio...