mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-14 05:22:24 +00:00
LibGL+LibSoftGPU: Implement GL_POLYGON_OFFSET_FILL
capability
This commit is contained in:
parent
991cbc56a2
commit
453f62c935
Notes:
sideshowbarker
2024-07-17 20:35:35 +09:00
Author: https://github.com/gmta
Commit: 453f62c935
Pull-request: https://github.com/SerenityOS/serenity/pull/12017
Reviewed-by: https://github.com/bgianfo ✅
4 changed files with 17 additions and 2 deletions
|
@ -66,6 +66,7 @@ struct RasterizerOptions {
|
|||
bool enable_color_write { true };
|
||||
float depth_offset_factor { 0 };
|
||||
float depth_offset_constant { 0 };
|
||||
bool depth_offset_enabled { false };
|
||||
bool enable_culling { false };
|
||||
WindingOrder front_face { WindingOrder::CounterClockwise };
|
||||
bool cull_back { true };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue