Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
d8b7f759
Commit
d8b7f759
authored
Nov 22, 2016
by
Christopher Tenter
Browse files
add missing picking shader file
parent
48b45ae9
Pipeline
#3692
failed with stage
in 39 minutes and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
OpenFlipper/Shaders/Picking/single_color_fs.glsl
0 → 100644
View file @
d8b7f759
// picking - all fragments have the same pick id
#version 130
uniform
vec4
color
;
out
vec4
outColor
;
void
main
()
{
outColor
=
color
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment