Advanced API Performance
Dec 15, 2023
Advanced API Performance: Swap Chains
Swap chains are an integral part of how you get rendering data output to a screen. They usually consist of some group of output-ready buffers, each of which can...
4 MIN READ
Nov 21, 2023
Advanced API Performance: Intrinsics
Intrinsics can be thought of as higher-level abstractions of specific hardware instructions. They offer direct access to low-level operations or...
2 MIN READ
Oct 27, 2023
Advanced API Performance: Descriptors
By using descriptor types, you can bind resources to shaders and specify how those resources are accessed. This creates efficient communication between the CPU...
4 MIN READ
Oct 13, 2023
Advanced API Performance: Debugging
NVIDIA offers a large suite of tools for graphics debugging, including NVIDIA Nsight System for CPU debugging, and Nsight Graphics for GPU debugging. Nsight...
7 MIN READ
Sep 01, 2023
Advanced API Performance: Shaders
This post covers best practices when working with shaders on NVIDIA GPUs. To get a high and consistent frame rate in your applications, see all Advanced...
6 MIN READ
Jul 18, 2023
Advanced API Performance: Pipeline State Objects
This post covers best practices when working with pipeline state objects on NVIDIA GPUs. To get a high and consistent frame rate in your applications, see...
2 MIN READ
May 17, 2023
Advanced API Performance: CPUs
This post covers CPU best practices when working with NVIDIA GPUs. To get a high and consistent frame rate in your applications, see all Advanced API...
4 MIN READ
May 04, 2023
Advanced API Performance: Sampler Feedback
This post covers best practices for using sampler feedback on NVIDIA GPUs. To get a high and consistent frame rate in your applications, see all Advanced API...
2 MIN READ
Jul 01, 2022
Advanced API Performance: Vulkan Clearing and Presenting
This post covers best practices for Vulkan clearing and presenting on NVIDIA GPUs. To get a high and consistent frame rate in your applications, see all...
3 MIN READ
Jun 28, 2022
Advanced API Performance: SetStablePowerState
This post covers best practices for using SetStablePowerState on NVIDIA GPUs. To get a high and consistent frame rate in your applications, see all Advanced API...
2 MIN READ
May 16, 2022
Advanced API Performance: Variable Rate Shading
This post covers best practices for variable rate shading on NVIDIA GPUs. To get a high and consistent frame rate in your applications, see all Advanced API...
4 MIN READ
May 11, 2022
Advanced API Performance: Clears
This post covers best practices for clears on NVIDIA GPUs. To get a high and consistent frame rate in your applications, see all Advanced API Performance tips....
2 MIN READ
Oct 25, 2021
Advanced API Performance: Mesh Shaders
This post covers best practices for mesh shaders on NVIDIA GPUs. To get a high and consistent frame rate in your applications, see all Advanced API Performance...
3 MIN READ
Oct 25, 2021
Advanced API Performance: Memory and Resources
This post covers best practices for memory and resources on NVIDIA GPUs. To get a high and consistent frame rate in your applications, see all Advanced API...
5 MIN READ
Oct 25, 2021
Advanced API Performance: Command Buffers
This post covers best practices for command buffers on NVIDIA GPUs. To get a high and consistent frame rate in your applications, see all Advanced API...
4 MIN READ
Oct 22, 2021
Advanced API Performance: Barriers
This post covers best practices for barriers on NVIDIA GPUs. To get a high and consistent frame rate in your applications, see all Advanced API Performance...
2 MIN READ