Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glow-samples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glow
glow-samples
Merge requests
!6
Update pipeline sample
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update pipeline sample
feature/update-pipeline-sample
into
master
Overview
0
Commits
4
Pipelines
2
Changes
4
Merged
Jonathan Kunstwald
requested to merge
feature/update-pipeline-sample
into
master
6 years ago
Overview
0
Commits
4
Pipelines
2
Changes
4
Expand
Update pipeline sample API usage
Add bin/ to gitignore
Edited
6 years ago
by
Jonathan Kunstwald
0
0
Merge request reports
Compare
master
version 1
69265c58
6 years ago
master (base)
and
latest version
latest version
a3463644
4 commits,
6 years ago
version 1
69265c58
3 commits,
6 years ago
4 files
+
37
−
61
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
samples/wip/rendering-pipeline/shaders/opaque/litOpaque.fsh
+
1
−
1
Options
@@ -75,7 +75,7 @@ void main() {
int lightAmount = 0; // debug variable
// Tube Lights
FOREACH_LIGHT(
vIn.fragPosVS.z,
i)
FOREACH_LIGHT(i)
{
LightData light = getLight(i);
Loading