Crate thin_engine

source ·

Re-exports§

Modules§

Structs§

  • resizable depth texture. use with gliums SimpleFrameBuffer::WithDepthTexture() to create a texture you can draw on! usefull for things like fog.
  • resizable depth texture. recomended to use with gliums SimpleFrameBuffer to draw onto a texture you can use in another shader! usefull for fxaa

Functions§

  • used to quickly set up logic. handles closed and input events for you. the logic var will be run every frame.
  • used to quickly set up logic. handles closed and input events for you. the logic var will be run every frame. the event_handler var is for if you want more control over the event handling and is run multiple times before logic.
  • used to quickly set up thin engine.

Type Aliases§