Writing Portable Rendering Code with NVRHI

2 · NVIDIA Corporation · Aug. 20, 2021, 8:45 p.m.
Modern graphics APIs, such as Direct3D 12 and Vulkan, are designed to provide relatively low-level access to the GPU and eliminate the GPU driver overhead associated with API translation. This low-level interface allows applications to have more control over the system and provides the ability to manage pipelines, shader compilation, memory allocations, and resource descriptors … Continued...