VBO, VAO, Generic Vertex Attribute

Source: Internet
Author: User

VBO-the buffer Object used to store vertex data.

VAO-the object used to organize the VBO.

Generic Vertex Attribute-common vertex properties.

For example, the Vertexattribpointer command copies the value of Array_buffer_binding (the queriable name of the the BUFFER bi Nding corresponding to the target Array_buffer) to the client state variable vertex_attrib_array_buffer_binding for the SP Ecified index.

The Vertexattribpointer command copies the value of Array_buffer_binding (the handle of BUFFER bound on the array_buffer hanging node) to the client state to make the corresponding variable in the index vertex_attrib_ The array_buffer_binding.

The command

int getattriblocation (UINT program, const char *name);

Returns the generic attribute index that the attribute variable named name is bound to when the program object named prog Ram was last linked.

Getattriblocation returns the index of the common property.

VBO, VAO, Generic Vertex Attribute

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.