Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
opengl
/
OpenGLCore
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
* fixed small mistake in FBO example code
master
Bergmann89
11 anni fa
parent
371dc0877d
commit
e9e43cfc84
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
uglcFrameBufferObject.pas
+ 1
- 1
uglcFrameBufferObject.pas
Vedi File
@@ -9,7 +9,7 @@ unit uglcFrameBufferObject;
tex: TglcTextureBuffer;
buf: TglcRenderBuffer;
fbo := TglcFrameBufferObject;
fbo := TglcFrameBufferObject
.Create
;
try
ffbo.SetSize(800, 600);
Scrivi
Anteprima
Caricamento…
Annulla
Salva