Tag: Advanced API Performance | NVIDIA Technical Blog (original) (raw)

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Swap Chains

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Intrinsics

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Descriptors

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Debugging

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Shaders

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Pipeline State Objects

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: CPUs

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Sampler Feedback

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Vulkan Clearing and Presenting

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: SetStablePowerState

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Variable Rate Shading

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Clears

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Mesh Shaders

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Memory and Resources

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Command Buffers

A graphic of a computer sending code to multiple stacks.

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

Advanced API Performance: Barriers