SharpenEffect¶
class in Infernux.renderstack
Inherits from: FullScreenEffect
Description¶
Contrast Adaptive Sharpening (CAS) post-processing effect.
AMD FidelityFX CAS-inspired — enhances local contrast without visible halos. Placed after tone mapping to sharpen the final LDR image.
Attributes: intensity: Sharpening strength (0 = off, 1 = maximum).
description
Properties¶
| Name | Type | Description |
|---|---|---|
| name | str |
(read-only) |
| injection_point | str |
(read-only) |
| default_order | int |
(read-only) |
| menu_path | str |
(read-only) |
| intensity | float |
properties
Public Methods¶
| Method | Description |
|---|---|
get_shader_list() → List[str] |
|
setup_passes(graph: RenderGraph, bus: ResourceBus) → None |
public_methods
Example¶
example
See Also¶
see_also