Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
glow
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
Commits
935e9509
Commit
935e9509
authored
5 years ago
by
Philip Trettner
Browse files
Options
Downloads
Patches
Plain Diff
removed doccomment for impl comment
parent
69dc1e4c
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/glow/objects/Program.hh
+2
-2
2 additions, 2 deletions
src/glow/objects/Program.hh
src/glow/objects/raii/UsedProgram.hh
+1
-1
1 addition, 1 deletion
src/glow/objects/raii/UsedProgram.hh
src/glow/util/TexturePool.hh
+1
-1
1 addition, 1 deletion
src/glow/util/TexturePool.hh
with
4 additions
and
4 deletions
src/glow/objects/Program.hh
+
2
−
2
View file @
935e9509
...
@@ -184,7 +184,7 @@ public: // gl functions without use
...
@@ -184,7 +184,7 @@ public: // gl functions without use
/// Returns the index of a uniform block
/// Returns the index of a uniform block
GLuint
getUniformBlockIndex
(
std
::
string_view
name
)
const
;
GLuint
getUniformBlockIndex
(
std
::
string_view
name
)
const
;
//
/
========================================= UNIFORMS - START =========================================
// ========================================= UNIFORMS - START =========================================
/// Getter for uniforms
/// Getter for uniforms
/// If you get linker errors, the type is not supported
/// If you get linker errors, the type is not supported
/// Returns default-constructed values for optimized uniforms
/// Returns default-constructed values for optimized uniforms
...
@@ -215,7 +215,7 @@ public: // gl functions without use
...
@@ -215,7 +215,7 @@ public: // gl functions without use
return
value
;
return
value
;
}
}
//
/
========================================== UNIFORMS - END ==========================================
// ========================================== UNIFORMS - END ==========================================
private
:
private
:
/// Internal generic getter for uniforms
/// Internal generic getter for uniforms
...
...
This diff is collapsed.
Click to expand it.
src/glow/objects/raii/UsedProgram.hh
+
1
−
1
View file @
935e9509
...
@@ -103,7 +103,7 @@ public: // gl functions with use
...
@@ -103,7 +103,7 @@ public: // gl functions with use
/// Sets generic uniform data
/// Sets generic uniform data
/// CAUTION: bool is assumed as glUniformi (i.e. integer)
/// CAUTION: bool is assumed as glUniformi (i.e. integer)
void
setUniform
(
std
::
string_view
name
,
GLenum
uniformType
,
GLint
size
,
void
const
*
data
);
void
setUniform
(
std
::
string_view
name
,
GLenum
uniformType
,
GLint
size
,
void
const
*
data
);
//
/
========================================== UNIFORMS - END ==========================================
// ========================================== UNIFORMS - END ==========================================
/// Invokes the compute shader with the given number of groups
/// Invokes the compute shader with the given number of groups
...
...
This diff is collapsed.
Click to expand it.
src/glow/util/TexturePool.hh
+
1
−
1
View file @
935e9509
...
@@ -76,7 +76,7 @@ private:
...
@@ -76,7 +76,7 @@ private:
}
}
};
};
//
/
=========== IMPLEMENTATION ===========
// =========== IMPLEMENTATION ===========
template
<
class
TextureT
>
template
<
class
TextureT
>
typename
TexturePool
<
TextureT
>::
SharedTextureT
TexturePool
<
TextureT
>::
alloc
(
ShapeT
shape
)
typename
TexturePool
<
TextureT
>::
SharedTextureT
TexturePool
<
TextureT
>::
alloc
(
ShapeT
shape
)
...
...
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