# Part 02 | URP와 셰이더 그래프

## 0**1 셰이더 그래프와 HLSL 셰이더**

셰이더 그래프는 사실상 HLSL 셰이더를 노드 형태의 껍데기로 감싸 놓은 것 뿐이다. 결국 HLSL로 변환됨. 셰이더 그래프 Inspector에서 'View Generated Shader' 버튼을 누르면 변환된 결과 확인 가능.

## **02 앰플리파이드 셰이더 에디터**

셰이더 그래프 나오기 이전에 나온 유료 애셋인데 이것도 셰이더 그래프랑 비슷함. 호환은 안됨.


---

# 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://lazyartisan.gitbook.io/note/main-page/books/urp/part-02-or-urp.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.
