#jogamp @ irc.freenode.net - 20140509 05:05:35 (UTC)


20140509 05:05:35 -jogamp- Previous @ http://jogamp.org/log/irc/jogamp_20140508050535.html
20140509 05:05:35 -jogamp- This channel is logged @ http://jogamp.org/log/irc/jogamp_20140509050535.html
20140509 06:32:29 * monsieur_max (~maxime@anon) has joined #jogamp
20140509 07:21:03 * hija (~hija@anon) has joined #jogamp
20140509 07:27:28 * jvanek (jvanek@anon) has joined #jogamp
20140509 07:33:10 * zaphos (~Matthew@anon) has joined #jogamp
20140509 08:14:08 * hija (~hija@anon) Quit (Quit: hija)
20140509 08:38:22 * zaphos (~Matthew@anon) Quit (Quit: Leaving.)
20140509 10:14:11 * hija (~hija@anon) has joined #jogamp
20140509 10:15:12 * hija (~hija@anon) Quit (Client Quit)
20140509 10:38:39 * zaphos (~Matthew@anon) has joined #jogamp
20140509 10:54:37 * zaphos (~Matthew@anon) Quit (Quit: Leaving.)
20140509 11:31:20 * Schrostfutz (~who@anon) has joined #jogamp
20140509 11:32:42 <Schrostfutz> Hi, I have some trouble initializing a framebuffer. I do this: http://ideone.com/6vgGfA in a init method which is called by the glEventListener. gl is an instance of GL3. What could be going wrong?
20140509 11:35:38 <rmk0> Schrostfutz: what's the error? i assume it's not the one shown on that page...
20140509 11:35:44 * hija (~hija@anon) has joined #jogamp
20140509 11:36:16 <Schrostfutz> rmk0: the error is GL_INVALID_ENUM
20140509 11:36:26 <Schrostfutz> forgot to add it there...
20140509 11:37:27 <rmk0> you, er, don't use glCheckFramebufferStatus like that
20140509 11:38:05 <rmk0> glCheckFramebufferStatus takes an enum constant such as GL_FRAMEBUFFER
20140509 11:39:13 <rmk0> essentially, you create a framebuffer with glGenFramebuffers, then bind the resulting value x to GL_FRAMEBUFFER with glBindFramebuffer(GL_FRAMEBUFFER, x), then call glCheckFramebufferStatus(GL_FRAMEBUFFER)
20140509 11:39:34 <rmk0> assume you're not that familiar with the opengl C api?
20140509 11:40:28 <Schrostfutz> rmk0: I`ve used it but I havent dug deep into it. I oriented myself at the manpages, but I guess I have to learn to read them properly =(
20140509 11:40:34 <Schrostfutz> rmk0: thanks for your help
20140509 11:41:34 <rmk0> no problem
20140509 11:41:46 <rmk0> the api doesn't really lend itself to experimentation... lacks type safety
20140509 11:41:54 <rmk0> have to follow the docs word for word, really
20140509 11:43:01 <Schrostfutz> rmk0: yep, I will live by that from now I suppose
20140509 11:43:57 * zaphos (~Matthew@anon) has joined #jogamp
20140509 12:59:46 * jvanek (jvanek@anon) Quit (Quit: Leaving)
20140509 14:59:50 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20140509 15:11:53 * zaphos1 (~Matthew@anon) has joined #jogamp
20140509 15:13:50 * zaphos (~Matthew@anon) Quit (Ping timeout: 258 seconds)
20140509 15:27:23 * zaphos1 (~Matthew@anon) Quit (Quit: Leaving.)
20140509 15:39:04 * zaphos (~Matthew@anon) has joined #jogamp
20140509 16:26:08 * zaphos (~Matthew@anon) Quit (Quit: Leaving.)
20140509 16:37:33 * monsieur_max (~maxime@anon) has joined #jogamp
20140509 17:51:50 * monsieur_max (~maxime@anon) Quit (Quit: Leaving.)
20140509 18:09:17 * sgothel (~sgothel@anon) has joined #jogamp
20140509 18:09:17 * sgothel (~sgothel@anon) Quit (Changing host)
20140509 18:09:17 * sgothel (~sgothel@anon) has joined #jogamp
20140509 18:09:17 * ChanServ sets mode +v sgothel
20140509 19:09:23 * hija (~hija@anon) Quit (Quit: hija)
20140509 19:30:39 <sgothel> OT: More rumors .. https://ixquick.com/do/search?q=+Takfiri+Syria+Kiev
20140509 20:47:03 * [Mike] (~Mike]@anon) has joined #jogamp
20140509 21:40:19 * hija (~hija@anon) has joined #jogamp
20140509 22:51:24 * sgothel (~sgothel@anon) Quit (Quit: Leaving.)
20140509 23:07:49 * sgothel (~sgothel@anon) has joined #jogamp
20140509 23:07:49 * sgothel (~sgothel@anon) Quit (Changing host)
20140509 23:07:50 * sgothel (~sgothel@anon) has joined #jogamp
20140509 23:07:50 * ChanServ sets mode +v sgothel
20140510 01:25:26 * hija (~hija@anon) Quit (Quit: hija)
20140510 05:05:36 -jogamp- Continue @ http://jogamp.org/log/irc/jogamp_20140510050536.html