2. vertex shader

Source: Internet
Author: User
2. vertex shader

Vertex shader is a program executed on the GPU of the video card. It replaces transformation and lighting in the fixed function pipeline (fixed function pipeline) phase (this is not correct, because the vertex coloring tool can be simulated by direct3d Runtime (direct3d runtime) in software, if the hardware does not support the vertex coloring tool ). Figure 2.1 shows the part replaced by the vertex shader in the pipeline.

 

Fig 2.1

Since the vertex shader is a custom program we write (in HLSL), we have gained great freedom in terms of graphic effects. We are no longer limited by the direct3d fixed illumination algorithm. In addition, the application's ability to manipulate vertex locations is also diverse, such as fabric simulation, point size manipulation of particle systems, and vertex mixing/deformation. In addition, our vertex data structure is more free and can contain more data in a programmable pipeline than in a fixed functional pipeline.

As the announcement in the author's group says, "taking a photo is not about your proficiency in the camera, but about your grasp of art ." The previous introduction gives readers a certain understanding of the preparation and use of the coloring tool, next we will focus on how to use the shader to achieve more advanced rendering.

 

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.