Skip to content

Commit 7585dfc

Browse files
committed
Merge pull request godotengine#102511 from DevPoodle/breadcrumb_docs
Add basic descriptions to the BreadcrumbMarker enum
2 parents 26df043 + 8cb8243 commit 7585dfc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/classes/RenderingDevice.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2625,30 +2625,43 @@
26252625
Returned by functions that return a format ID if a value is invalid.
26262626
</constant>
26272627
<constant name="NONE" value="0" enum="BreadcrumbMarker">
2628+
No breadcrumb marker will be added.
26282629
</constant>
26292630
<constant name="REFLECTION_PROBES" value="65536" enum="BreadcrumbMarker">
2631+
During a GPU crash in dev or debug mode, Godot's error message will include [code]"REFLECTION_PROBES"[/code] for added context as to when the crash occurred.
26302632
</constant>
26312633
<constant name="SKY_PASS" value="131072" enum="BreadcrumbMarker">
2634+
During a GPU crash in dev or debug mode, Godot's error message will include [code]"SKY_PASS"[/code] for added context as to when the crash occurred.
26322635
</constant>
26332636
<constant name="LIGHTMAPPER_PASS" value="196608" enum="BreadcrumbMarker">
2637+
During a GPU crash in dev or debug mode, Godot's error message will include [code]"LIGHTMAPPER_PASS"[/code] for added context as to when the crash occurred.
26342638
</constant>
26352639
<constant name="SHADOW_PASS_DIRECTIONAL" value="262144" enum="BreadcrumbMarker">
2640+
During a GPU crash in dev or debug mode, Godot's error message will include [code]"SHADOW_PASS_DIRECTIONAL"[/code] for added context as to when the crash occurred.
26362641
</constant>
26372642
<constant name="SHADOW_PASS_CUBE" value="327680" enum="BreadcrumbMarker">
2643+
During a GPU crash in dev or debug mode, Godot's error message will include [code]"SHADOW_PASS_CUBE"[/code] for added context as to when the crash occurred.
26382644
</constant>
26392645
<constant name="OPAQUE_PASS" value="393216" enum="BreadcrumbMarker">
2646+
During a GPU crash in dev or debug mode, Godot's error message will include [code]"OPAQUE_PASS"[/code] for added context as to when the crash occurred.
26402647
</constant>
26412648
<constant name="ALPHA_PASS" value="458752" enum="BreadcrumbMarker">
2649+
During a GPU crash in dev or debug mode, Godot's error message will include [code]"ALPHA_PASS"[/code] for added context as to when the crash occurred.
26422650
</constant>
26432651
<constant name="TRANSPARENT_PASS" value="524288" enum="BreadcrumbMarker">
2652+
During a GPU crash in dev or debug mode, Godot's error message will include [code]"TRANSPARENT_PASS"[/code] for added context as to when the crash occurred.
26442653
</constant>
26452654
<constant name="POST_PROCESSING_PASS" value="589824" enum="BreadcrumbMarker">
2655+
During a GPU crash in dev or debug mode, Godot's error message will include [code]"POST_PROCESSING_PASS"[/code] for added context as to when the crash occurred.
26462656
</constant>
26472657
<constant name="BLIT_PASS" value="655360" enum="BreadcrumbMarker">
2658+
During a GPU crash in dev or debug mode, Godot's error message will include [code]"BLIT_PASS"[/code] for added context as to when the crash occurred.
26482659
</constant>
26492660
<constant name="UI_PASS" value="720896" enum="BreadcrumbMarker">
2661+
During a GPU crash in dev or debug mode, Godot's error message will include [code]"UI_PASS"[/code] for added context as to when the crash occurred.
26502662
</constant>
26512663
<constant name="DEBUG_PASS" value="786432" enum="BreadcrumbMarker">
2664+
During a GPU crash in dev or debug mode, Godot's error message will include [code]"DEBUG_PASS"[/code] for added context as to when the crash occurred.
26522665
</constant>
26532666
<constant name="DRAW_DEFAULT_ALL" value="0" enum="DrawFlags" is_bitfield="true">
26542667
Do not clear or ignore any attachments.

0 commit comments

Comments
 (0)