Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Project_Phoenix
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LuFG VR VIS
VR-Group
Project_Phoenix
Commits
02e2bfce
Commit
02e2bfce
authored
6 years ago
by
demiralp
Browse files
Options
Downloads
Patches
Plain Diff
Fixed integration test complaints.
parent
8ece0595
No related branches found
No related tags found
1 merge request
!158
#473 resize companion window
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
library/phx/rendering/render_passes/blit_pass.cpp
+2
-1
2 additions, 1 deletion
library/phx/rendering/render_passes/blit_pass.cpp
with
2 additions
and
1 deletion
library/phx/rendering/render_passes/blit_pass.cpp
+
2
−
1
View file @
02e2bfce
...
@@ -89,6 +89,7 @@ void BlitPass::Execute() {
...
@@ -89,6 +89,7 @@ void BlitPass::Execute() {
}
}
target
->
blit
(
*
source_
,
0
,
0
,
source_size
[
0
],
source_size
[
1
],
0
,
0
,
target
->
blit
(
*
source_
,
0
,
0
,
source_size
[
0
],
source_size
[
1
],
0
,
0
,
target_size
[
0
],
target_size
[
1
],
GL_COLOR_BUFFER_BIT
,
GL_LINEAR
);
target_size
[
0
],
target_size
[
1
],
GL_COLOR_BUFFER_BIT
|
GL_DEPTH_BUFFER_BIT
,
GL_NEAREST
);
}
}
}
// namespace phx
}
// namespace phx
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment