본문 바로가기
Graphic/Computer Graphics

[Graphics] RenderDoc 읽기

by 여기는 정글 2025. 4. 24.

안녕하세요.

정글러입니다.

 

RenderDoc은 아래 홈페이지에서 다운받을 수 있습니다.

https://renderdoc.org/

 

RenderDoc

I've written this post with a specific target audience in mind, namely those who have a good grounding in existing APIs (e.g. D3D11 and GL) and understand the concepts of multithreading, staging resources, synchronisation and so on but want to know specifi

renderdoc.org

 

Launch Application에 파일 path 등록해줍니다.

 

 

Launch하고 스크린을 캡쳐하면 아래와같이 나오게 됩니다.

 

 

pipeline state / mesh viewer

모두 잘 나오는 것을 볼 수 있습니다.

 

RenderDoc 사용법을 간단하게 알아봤습니다!