Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
glslang
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
glslang
Commits
844dd45d
Commit
844dd45d
authored
Jan 08, 2017
by
Alex Szpakowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a virtual destructor to a class which has virtual methods.
parent
7d39ad58
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
SPVRemapper.h
SPIRV/SPVRemapper.h
+1
-0
No files found.
SPIRV/SPVRemapper.h
View file @
844dd45d
...
...
@@ -112,6 +112,7 @@ class spirvbin_t : public spirvbin_base_t
{
public
:
spirvbin_t
(
int
verbose
=
0
)
:
entryPoint
(
spv
::
NoResult
),
largestNewId
(
0
),
verbose
(
verbose
)
{
}
virtual
~
spirvbin_t
()
{
}
// remap on an existing binary in memory
void
remap
(
std
::
vector
<
std
::
uint32_t
>&
spv
,
std
::
uint32_t
opts
=
DO_EVERYTHING
);
...
...
Write
Preview
Markdown
is supported
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