Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
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ç
Batuhan Osman TASKAYA
cpython
Commits
505c4919
Kaydet (Commit)
505c4919
authored
Nis 27, 1999
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added "See also" reference to PyOpenGL.
üst
7b281221
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
4 deletions
+14
-4
libgl.tex
Doc/lib/libgl.tex
+14
-4
No files found.
Doc/lib/libgl.tex
Dosyayı görüntüle @
505c4919
...
...
@@ -48,13 +48,13 @@ For example, the C call
\begin{verbatim}
lmdef(deftype, index, np, props)
\end{verbatim}
%
is translated to Python as
\begin{verbatim}
lmdef(deftype, index, props)
\end{verbatim}
%
\item
Output arguments are omitted from the argument list; they are
transmitted as function return values instead.
...
...
@@ -67,13 +67,13 @@ Examples: the C call
\begin{verbatim}
getmcolor(i,
&
red,
&
green,
&
blue)
\end{verbatim}
%
is translated to Python as
\begin{verbatim}
red, green, blue = getmcolor(i)
\end{verbatim}
%
\end{itemize}
The following functions are non-standard or have special argument
...
...
@@ -188,6 +188,16 @@ main()
\end{verbatim}
\begin{seealso}
\seetext
{
An interface to OpenGL
\index
{
OpenGL
}
is also available; see
information about David Ascher's
\index
{
Ascher, David
}
\strong
{
PyOpenGL
}
\index
{
PyOpenGL
}
online at
\url
{
http://starship.python.net/crew/da/PyOpenGL/
}
. This may
be a better option if support for SGI hardware from before about
1996 is not required.
}
\end{seealso}
\section
{
\module
{
DEVICE
}
---
Constants used with the
\module
{
gl
}
module
}
...
...
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