Fixed immediate mode lighting, improved-ish modern gl lighting

This commit is contained in:
2019-12-09 11:48:54 -06:00
parent ff1d34deec
commit e4333a82b8
6 changed files with 146 additions and 27 deletions

View File

@@ -225,5 +225,11 @@ class IMICFPS
def has_texture?
@has_texture
end
def release_gl_resources
if @vertex_array_id
end
end
end
end