Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
VkCV Framework
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
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor 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
Vulkan2021
VkCV Framework
Merge requests
!116
Resolve "VCC/Shady support"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "VCC/Shady support"
147-vcc-shady-support
into
develop
Overview
0
Commits
5
Pipelines
0
Changes
8
Merged
Tobias Frisch
requested to merge
147-vcc-shady-support
into
develop
1 year ago
Overview
0
Commits
5
Pipelines
0
Changes
8
Expand
Closes
#147 (closed)
0
0
Merge request reports
Viewing commit
271347ad
Prev
Next
Show latest version
8 files
+
417
−
116
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
Verified
271347ad
Implement separate compiler classes for LLVM and slim front-ends
· 271347ad
Tobias Frisch
authored
1 year ago
Signed-off-by:
Tobias Frisch
<
tfrisch@uni-koblenz.de
>
modules/shader_compiler/include/vkcv/shader/GlslangCompiler.hpp
+
0
−
2
Options
@@ -19,8 +19,6 @@ namespace vkcv::shader {
public:
/**
* The constructor of a runtime Glslang shader compiler instance.
*
* @param[in] target Compile target (optional)
*/
GlslangCompiler
();
Loading