# Introduction

图形管线图像详细的图形管线

<figure><img src="https://2598871645-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGnZr7YN65NX3xHhm28Jq%2Fuploads%2FB62LHutqCamDHKtAMsBo%2Fimage.png?alt=media&#x26;token=6eee71f0-78d9-42e2-b882-eb93e31824cf" alt=""><figcaption><p>图形管线主要包括4个部分: 顶点几何处理和变换，三角形的处理和片段生成，纹理映射和光照以及用来组装最终图像的片段组合操作</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ccgraphics.caizii.org/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
