ReShade
A generic post-processing injector for games and video software.
|
Describes a depth-stencil view and how it is treated at the start and end of a render pass. More...
#include <reshade_api_resource.hpp>
Public Attributes | |
resource_view | view |
Depth-stencil resource view. More... | |
render_pass_load_op | depth_load_op |
Specifies how the depth contents of the depth-stencil view are treated at the start of the render pass. More... | |
render_pass_store_op | depth_store_op |
Specifies how the depth contents of the depth-stencil view are treated at the end of the render pass. More... | |
render_pass_load_op | stencil_load_op |
Specifies how the stencil contents of the depth-stencil view are treated at the start of the render pass. More... | |
render_pass_store_op | stencil_store_op |
Specifies how the stencil contents of the depth-stencil view are treated at the end of the render pass. More... | |
float | clear_depth |
Value the depth contents of the depth-stencil resource is cleared to when depth_load_op is render_pass_load_op::clear. More... | |
uint8_t | clear_stencil |
Value the stencil contents of the depth-stencil resource is cleared to when stencil_load_op is render_pass_load_op::clear. More... | |
Describes a depth-stencil view and how it is treated at the start and end of a render pass.
float reshade::api::render_pass_depth_stencil_desc::clear_depth |
Value the depth contents of the depth-stencil resource is cleared to when depth_load_op is render_pass_load_op::clear.
uint8_t reshade::api::render_pass_depth_stencil_desc::clear_stencil |
Value the stencil contents of the depth-stencil resource is cleared to when stencil_load_op is render_pass_load_op::clear.
render_pass_load_op reshade::api::render_pass_depth_stencil_desc::depth_load_op |
Specifies how the depth contents of the depth-stencil view are treated at the start of the render pass.
render_pass_store_op reshade::api::render_pass_depth_stencil_desc::depth_store_op |
Specifies how the depth contents of the depth-stencil view are treated at the end of the render pass.
render_pass_load_op reshade::api::render_pass_depth_stencil_desc::stencil_load_op |
Specifies how the stencil contents of the depth-stencil view are treated at the start of the render pass.
render_pass_store_op reshade::api::render_pass_depth_stencil_desc::stencil_store_op |
Specifies how the stencil contents of the depth-stencil view are treated at the end of the render pass.
resource_view reshade::api::render_pass_depth_stencil_desc::view |
Depth-stencil resource view.