Age | Commit message (Collapse) | Author |
|
Add 2D shadows and canvas SDF to OpenGL3 renderer
|
|
This allows using texture_2d_get on all platforms which is needed for the get_image function
This commit also fixes some OpenGL warnings on the Web platform that came from attempting to map a buffer with zero length
|
|
Add OpenGL timer queries to OpenGL3 backend
|
|
This is an initial implementation based on the current RD implementation
Performance will improve later
|
|
Prevent windows from having a size greater than device limit
|
|
This is an initial implementation using the same single-pass approach as the RenderingDevice.
|
|
This is useful for the visual debugger, printing FPS, and the in-editor FPS display
|
|
|
|
This allows light sources to be specified in physical light units in addition to the regular energy multiplier. In order to avoid loss of precision at high values, brightness values are premultiplied by an exposure normalization value.
In support of Physical Light Units this PR also renames CameraEffects to CameraAttributes.
|
|
The `global_shader_uniform` name is longer, but it makes it much
easier to find the methods when searching in the class reference.
|
|
Split FOG
Split visibility notifier
Final cleanup of storage classes
|