1
0
Fork 0
mirror of https://github.com/bjornbytes/lovr.git synced 2024-07-04 13:33:34 +00:00
lovr/src/api
bjorn 860651e80c rm falsy variant of lovr.system.openWindow;
Probably vestigial from conf invocation.
2022-09-10 20:53:55 -07:00
..
api.c luax_readmesh supports Model again; 2022-08-13 21:09:33 -07:00
api.h Improve temporary buffers; 2022-08-22 20:30:09 -07:00
l_audio.c Revert "Change the way modules are destroyed;" 2022-08-08 23:16:34 -07:00
l_audio_source.c Source:isSpatial; Separate spatial from effects; 2022-03-27 19:09:25 -07:00
l_data.c Fix default Image format 2022-08-18 09:04:42 -07:00
l_data_blob.c mv util src; 2022-03-22 00:13:38 -07:00
l_data_image.c Add d32fs8; 2022-07-17 11:03:00 -07:00
l_data_modelData.c Shader flag adjustments; 2022-09-02 15:33:18 -07:00
l_data_rasterizer.c Adjust; 2022-07-04 15:22:54 -07:00
l_data_sound.c Adjust; 2022-07-03 21:48:43 -07:00
l_event.c Revert "Change the way modules are destroyed;" 2022-08-08 23:16:34 -07:00
l_filesystem.c Revert "Change the way modules are destroyed;" 2022-08-08 23:16:34 -07:00
l_graphics.c Add normal DefaultShader; 2022-09-10 11:07:55 -07:00
l_graphics_buffer.c Buffer:clear and Pass:clear(Buffer) use the same units; 2022-09-03 10:49:25 -07:00
l_graphics_font.c Font:getVertices wrap is optional; 2022-09-02 19:21:55 -07:00
l_graphics_material.c Shader flag adjustments; 2022-09-02 15:33:18 -07:00
l_graphics_model.c Make Model draw start vertex 1-indexed; 2022-09-01 21:54:34 -07:00
l_graphics_pass.c Pass:getClear returns correct value for dontcare/load actions; 2022-09-10 10:28:54 -07:00
l_graphics_readback.c Fix most windows warnings in graphics code; 2022-08-06 18:05:30 -07:00
l_graphics_sampler.c Sampler API; 2022-05-01 15:48:41 -07:00
l_graphics_shader.c Fix most windows warnings in graphics code; 2022-08-06 18:05:30 -07:00
l_graphics_tally.c Tally API; 2022-07-17 09:05:39 -07:00
l_graphics_texture.c Rename texture depth to layer count; 2022-07-31 10:39:49 -07:00
l_headset.c Revert "Change the way modules are destroyed;" 2022-08-08 23:16:34 -07:00
l_lovr.c mv util src; 2022-03-22 00:13:38 -07:00
l_math.c Revert "Change the way modules are destroyed;" 2022-08-08 23:16:34 -07:00
l_math_curve.c mv util src; 2022-03-22 00:13:38 -07:00
l_math_randomGenerator.c mv util src; 2022-03-22 00:13:38 -07:00
l_math_vectors.c Support and default to reverse-z with infinite far plane; 2022-07-17 12:37:59 -07:00
l_physics.c Revert "Change the way modules are destroyed;" 2022-08-08 23:16:34 -07:00
l_physics_collider.c Minor physics cleanup; 2022-03-30 22:05:10 -07:00
l_physics_joints.c Add lovrUnreachable macro; 2022-04-27 00:05:14 -07:00
l_physics_shapes.c Add lovrUnreachable macro; 2022-04-27 00:05:14 -07:00
l_physics_world.c Add World:setStepIterations(num) and its getter 2022-04-27 11:39:08 -07:00
l_system.c rm falsy variant of lovr.system.openWindow; 2022-09-10 20:53:55 -07:00
l_thread.c Revert "Change the way modules are destroyed;" 2022-08-08 23:16:34 -07:00
l_thread_channel.c mv util src; 2022-03-22 00:13:38 -07:00
l_thread_thread.c mv util src; 2022-03-22 00:13:38 -07:00
l_timer.c Revert "Change the way modules are destroyed;" 2022-08-08 23:16:34 -07:00