selendym

Results 4 comments of selendym

(Just to clarify, I'm not trying to modify the underlying system tables directly in any way.) So if I understand correctly, there is no easy/convenient way to populate graphs from...

Ok, thanks for the info. Perhaps something like this could be worth considering: ```sql select create_vertex('g', id, label, properties) from (select id, label, properties from (...)) as r; select create_edge('g',...

> Can you elaborate what "texture appearance" means? I mean the effect that generating mipmaps has on what is drawn on the screen. My observation has been that without mipmaps,...

> You said, you're making an image view application. I assume you're display the image at a lower resolution than the texture has? > That would explain why you get...