ReShade
A generic post-processing injector for games and video software.
Public Attributes | List of all members
reshade::api::pipeline_layout Struct Reference

An opaque handle to a pipeline layout object. More...

#include <reshade_api_pipeline.hpp>

Public Attributes

uint64_t handle
 

Detailed Description

An opaque handle to a pipeline layout object.

In D3D12 this is a pointer to a 'ID3D12RootSignature' object, in Vulkan a 'VkPipelineLayout' handle.

Member Data Documentation

◆ handle

uint64_t reshade::api::pipeline_layout::handle

The documentation for this struct was generated from the following file: