https://github.com/shader-slang/slang
Revision 6c6be3c26335644bb65913a4db03388ec6ff4aab authored by jsmall-nvidia on 27 August 2019, 20:29:04 UTC, committed by GitHub on 27 August 2019, 20:29:04 UTC
* Two fixes to avoid random crash on destruction of GLRenderer
* Use of a weak reference from objects created by GLRenderer, such that GLRenderer dtor can disable those objects assuming GLRenderer is live
* Make sure window is not destroyed before the renderer

* Used WeakSink for weak pointer.
1 parent e44a653
History
Tip revision: 6c6be3c26335644bb65913a4db03388ec6ff4aab authored by jsmall-nvidia on 27 August 2019, 20:29:04 UTC
Two fixes to avoid random crash on destruction of GLRenderer (#1038)
Tip revision: 6c6be3c
File Mode Size
docs
examples
external
prelude
source
tests
tools
.editorconfig -rw-r--r-- 937 bytes
.gitattributes -rw-r--r-- 95 bytes
.gitignore -rw-r--r-- 480 bytes
.gitmodules -rw-r--r-- 406 bytes
.travis.yml -rw-r--r-- 1.7 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE -rw-r--r-- 1.1 KB
README.md -rw-r--r-- 6.7 KB
appveyor.yml -rw-r--r-- 3.8 KB
premake5.lua -rw-r--r-- 26.7 KB
slang-com-helper.h -rw-r--r-- 4.8 KB
slang-com-ptr.h -rw-r--r-- 4.8 KB
slang.h -rw-r--r-- 113.9 KB
slang.sln -rw-r--r-- 9.8 KB
test.bat -rw-r--r-- 1.4 KB
travis_build.sh -rw-r--r-- 304 bytes
travis_test.sh -rw-r--r-- 435 bytes

README.md

back to top