This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
cpp
/
bgfx
réplica de
https://github.com/bkaradzic/bgfx.git
Seguir
2
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
Set m_view to 0 in GlContext ctor
jdryg
%!s(int64=9) %!d(string=hai) anos
pai
5184c6bfa2
achega
4d4804f71c
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Unificar vista
Mostrar estatísticas de Diff
1
0
src/glcontext_nsgl.h
+ 1
- 0
src/glcontext_nsgl.h
Ver ficheiro
@@ -16,6 +16,7 @@ namespace bgfx { namespace gl
{
{
GlContext()
GlContext()
: m_context(0)
: m_context(0)
+ , m_view(0)
{
{
}
}