-
Notifications
You must be signed in to change notification settings - Fork 17
vertex_buffer
CapsAdmin edited this page Oct 15, 2016
·
19 revisions
- vertex_buffer:CreateObject(meta, override, skip_gc_callback)
- vertex_buffer:Draw(count)
- vertex_buffer:GetDrawHint()
- vertex_buffer:GetIndices()
- vertex_buffer:GetMode()
- vertex_buffer:GetShader()
- vertex_buffer:GetUpdateIndices()
- vertex_buffer:GetVertices()
- vertex_buffer:OnRemove()
- vertex_buffer:SetDrawHint(hint)
- vertex_buffer:SetIndices(indices)
- vertex_buffer:SetMode(mode)
- vertex_buffer:SetShader(var)
- vertex_buffer:SetUpdateIndices(var)
- vertex_buffer:SetVertices(vertices)
- vertex_buffer:UnreferenceMesh()
- vertex_buffer:UpdateBuffer(vertices, indices)
- vertex_buffer:_Draw(count)
- vertex_buffer:_SetIndices(indices)
- vertex_buffer:_SetVertices(vertices)