Implement W^X-compatible path. Works on Windows and Android, hopefully iOS (untested).
Disabled block linking in this mode, can re-enable with some more work later. To enable W^X on other platforms than iOS, simply change PlatformIsWXExclusive.
This commit is contained in:
parent
daf10ec882
commit
b264657d56
15 changed files with 126 additions and 32 deletions
|
@ -1402,7 +1402,6 @@ std::string VertexDecoder::GetString(DebugShaderStringType stringType) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
VertexDecoderJitCache::VertexDecoderJitCache()
|
||||
#ifdef ARM64
|
||||
: fp(this)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue