Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
3b397f8a
Kaydet (Commit)
3b397f8a
authored
Ara 11, 2015
tarafından
Tomaž Vajngerl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
slideshow: windows build fixes
Change-Id: I9032af7583f0cf97664d2f84d5aead0cb1547c1a
üst
d9116f22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
OGLTrans_TransitionImpl.cxx
...ource/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx
+2
-2
OGLTrans_TransitionImpl.hxx
...ource/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
+3
-3
No files found.
slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.cxx
Dosyayı görüntüle @
3b397f8a
...
...
@@ -1921,7 +1921,7 @@ void HoneycombTransition::displaySlides_( double nTime, sal_Int32 glLeavingSlide
// The back (entering) slide needs to be drawn before the front (leaving) one in order for blending to work.
const
float
borderSize
=
0.15
;
const
float
borderSize
=
0.15
f
;
CHECK_GL_ERROR
();
glUniform1f
(
maSelectedTextureLocation
,
0.0
);
...
...
@@ -1956,7 +1956,7 @@ std::shared_ptr<OGLTransitionImpl> makeHoneycomb()
const
int
NY
=
21
;
TransitionSettings
aSettings
;
aSettings
.
mnRequiredGLVersion
=
3.2
;
aSettings
.
mnRequiredGLVersion
=
3.2
f
;
Primitives_t
aSlide
;
Primitive
aHexagon
;
...
...
slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionImpl.hxx
Dosyayı görüntüle @
3b397f8a
...
...
@@ -228,18 +228,18 @@ private:
GLint
m_nNormalLocation
=
-
1
;
GLint
m_nTexCoordLocation
=
-
1
;
GLuint
m_nVertexArrayObject
=
-
1
;
GLuint
m_nVertexArrayObject
=
0u
;
std
::
vector
<
int
>
m_nFirstIndices
;
protected
:
/** GLSL program object
*/
GLuint
m_nProgramObject
=
0
;
GLuint
m_nProgramObject
=
0
u
;
/** VBO in which to put primitive data
*/
GLuint
m_nVertexBufferObject
=
-
1
;
GLuint
m_nVertexBufferObject
=
0u
;
};
...
...
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