# BuiltinUniform

### Values <a href="#values" id="values"></a>

| Value           | Description                           |
| --------------- | ------------------------------------- |
| `INV_P_MATRIX`  | Inverse Projection Matrix uniform.    |
| `INV_V_MATRIX`  | Inverse View Matrix uniform.          |
| `INV_M_MATRIX`  | Inverse Model Matrix uniform.         |
| `NORMAL_MATRIX` | Normal Matrix uniform.                |
| `MVP_MATRIX`    | Model View Projection Matrix uniform. |
| `P_MATRIX`      | Projection Matrix uniform.            |
| `M_MATRIX`      | Model Matrix uniform.                 |
| `MV_MATRIX`     | Model View Matrix uniform.            |
| `V_MATRIX`      | View Matrix uniform.                  |
| `VP_MATRIX`     | View Projection Matrix uniform.       |


---

# 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://sparkar-community.gitbook.io/docs/shadersmodule/builtinuniform.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.
