Report effective visibility and stable GPU instance identity
Native and manual checks / native (ubuntu-24.04) (push) Failing after 36s
Native and manual checks / manual (push) Successful in 28s
Windows editor and software Vulkan / windows-graphics (push) Canceled after 0s
Native and manual checks / native (windows-2025) (push) Canceled after 0s

This commit is contained in:
Emil
2026-09-24 00:28:12 +03:00
parent 433bce08c0
commit 22012c1a80
12 changed files with 157 additions and 18 deletions
+2 -1
View File
@@ -26,7 +26,8 @@ struct InstanceRecord {
float4 currentExtent; // 160..175: world AABB half extents
float4 previousCenter; // 176..191
float4 previousExtent; // 192..207
uint4 metadata; // 208..223: x=previousValid, others reserved
uint4 metadata; // 208..223: x=previousValid, y=stableSlot,
// z=generation low 32, w=generation high 32 (zero = untracked)
};
struct ViewRecord {
column_major float4x4 currentViewProjection; // 0..63