Differential D15680 Diff 54643 source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_gather_comp.glsl
Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/engines/eevee_next/shaders/eevee_depth_of_field_gather_comp.glsl
| Context not available. | |||||
| /** | /** | ||||
| * Gather pass: Convolve foreground and background parts in separate passes. | * Gather pass: Convolve foreground and background parts in separate passes. | ||||
| * | * | ||||
| * Using the min&max CoC tile buffer, we select the best apropriate method to blur the scene color. | * Using the min&max CoC tile buffer, we select the best appropriate method to blur the scene color. | ||||
| * A fast gather path is taken if there is not many CoC variation inside the tile. | * A fast gather path is taken if there is not many CoC variation inside the tile. | ||||
| * | * | ||||
| * We sample using an octaweb sampling pattern. We randomize the kernel center and each ring | * We sample using an octaweb sampling pattern. We randomize the kernel center and each ring | ||||
| Context not available. | |||||