Shader Performance Optimization - UE4 Materials 101 - Episode 7

Описание к видео Shader Performance Optimization - UE4 Materials 101 - Episode 7

This video discusses ways to measure the performance of your shader and then optimize it so that it runs faster on the GPU. Performance measurement methods include using the built-in Shader Complexity View in Unreal's viewport, checking the shader's instruction count, and measureing the actual framerate or GPU milisecond timing that it takes to render your shader. Once you know your shader's performance, you can optimize it in several ways - including removing unused parts of the shader, refactoring math formulas, combining single channel data together for performing math on multiple channels in a single operation, and packing texture maps together into a single texture to reduce texture sampling.

Download the textures used in this video:
https://www.bencloward.com/youtube/co...
https://www.bencloward.com/youtube/co...
https://www.bencloward.com/youtube/co...
https://www.bencloward.com/youtube/co...
https://www.bencloward.com/youtube/co...
https://www.bencloward.com/youtube/co...

------------------------------

Learn more!!

Other videos like this one:
   • UE4 Performance and Profiling | Unrea...  
   • UE4 Graphics Profiling: Measuring Per...  
   • Unite 2016 - Shader Profiling and Opt...  

Web Resources
https://www.bitshiftprogrammer.com/20...
https://knarkowicz.wordpress.com/2010...
https://docs.microsoft.com/en-us/wind...

Shader Book Recommendations
https://www.bencloward.com/resources_...
------------------------------

Learn to write shaders in HLSL:
   • HLSL Shader Creation 1 - HLSL Shader ...  
   • HLSL Shader Creation 2 - Light and Sh...  
   • HLSL Shader Creation 3: Surface Shadi...  

------------------------------

Theme Music
Peace in the Circuitry - Glitch Hop
http://teknoaxe.com/Link_Code_3.php?q...

Background Music
Crying Voice- Burning
  / cryingvoicemusic  

Комментарии

Информация по комментариям в разработке