godot/servers/rendering/renderer_rd/forward_mobile
Hugo Locurcio 5d9e996f68
Use opaque rendering pipeline for alpha hash materials
This has several benefits:

- Transparency sorting issues inherent to alpha blending no longer occur.
- Alpha hash materials can now cast shadows (also works with
  GeometryInstance3D Transparency's property for alpha hash materials).
- Higher performance.
2022-06-10 11:14:04 +02:00
..
render_forward_mobile.cpp Assign VIEWPORT_SIZE after validating screen_size to avoid crash when using ReflectionProbe 2022-06-08 15:01:12 -07:00
render_forward_mobile.h Initial TAA implementation 2022-06-07 13:14:44 +02:00
scene_shader_forward_mobile.cpp Use opaque rendering pipeline for alpha hash materials 2022-06-10 11:14:04 +02:00
scene_shader_forward_mobile.h Replace most uses of Map by HashMap 2022-05-16 10:37:48 +02:00
SCsub Create mobile renderer 2021-05-03 21:54:11 +10:00