Skip to content
Snippets Groups Projects
Commit 9252b4f1 authored by Jens Koenen's avatar Jens Koenen
Browse files

Fixed bug that lead to unnecessary grid cell subdivisions at the edges of the layers

parent fb09bb02
No related branches found
No related tags found
No related merge requests found
......@@ -1189,7 +1189,7 @@ void DualLayerReprojection::process_layer_subdivide_pass(VkCommandBuffer command
glm::uvec2 subdivide_resolution = this->get_headset()->get_framebuffer_resolution();
glsl::DualLayerReprojectionSubdivideParameters parameters;
parameters.layer_resolution = subdivide_resolution;
parameters.layer_resolution = this->layer_resolution;
parameters.subdivision_threshold = this->subdivision_threshold;
parameters.interpupillary_distance = this->get_headset()->get_interpupillary_distance();
parameters.layer_offset = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment