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
10971553
Commit
10971553
authored
Mar 30, 2018
by
John Kessenich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Non-Functional: Remove unused parts of the disassembler.
parent
d688796a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
README.md
README.md
+4
-1
doc.cpp
SPIRV/doc.cpp
+0
-0
doc.h
SPIRV/doc.h
+0
-4
No files found.
README.md
View file @
10971553
...
...
@@ -240,8 +240,11 @@ bool InitializeProcess();
void FinalizeProcess();
class TShader
setStrings(...);
setEnvInput(EShSourceHlsl or EShSourceGlsl, stage, EShClientVulkan or EShClientOpenGL, 100);
setEnvClient(EShClientVulkan or EShClientOpenGL, EShTargetVulkan_1_0 or EShTargetVulkan_1_1 or EShTargetOpenGL_450);
setEnvTarget(EShTargetSpv, EShTargetSpv_1_0 or EShTargetSpv_1_3);
bool parse(...);
void setStrings(...);
const char* getInfoLog();
class TProgram
...
...
SPIRV/doc.cpp
View file @
10971553
This diff is collapsed.
Click to expand it.
SPIRV/doc.h
View file @
10971553
...
...
@@ -190,7 +190,6 @@ protected:
class
EnumParameters
{
public
:
EnumParameters
()
:
desc
(
0
)
{
}
EnumCaps
caps
;
const
char
*
desc
;
};
...
...
@@ -235,7 +234,6 @@ public:
bool
hasType
()
const
{
return
typePresent
!=
0
;
}
const
char
*
opDesc
;
EnumCaps
capabilities
;
OpcodeClass
opClass
;
OperandParameters
operands
;
...
...
@@ -244,8 +242,6 @@ protected:
int
resultPresent
:
1
;
};
const
int
OpcodeCeiling
=
321
;
// The set of objects that hold all the instruction/operand
// parameterization information.
extern
InstructionParameters
InstructionDesc
[];
...
...
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