Re: Finding out whats been deprecated in love 0.8.0
Posted: Fri Feb 10, 2012 12:48 am
I believe ARB_vertex_program and ARB_fragment_program are for compiled GPU assembly shaders, rather than GLSL.
If you were able to use framebuffers in 0.7.2 but not canvas in 0.8.0, it's likely caused by a lack of the EXT_PACKED_DEPTH_STENCIL extension I think (no stencil support in canvas/framebuffers).
If you were able to use framebuffers in 0.7.2 but not canvas in 0.8.0, it's likely caused by a lack of the EXT_PACKED_DEPTH_STENCIL extension I think (no stencil support in canvas/framebuffers).