fix hlsl typo

This commit is contained in:
Jason Lee 2025-08-13 18:11:55 +08:00
parent 1ce09db45c
commit bd22402d1b

View file

@ -452,7 +452,7 @@ float quarter_ellipse_sdf(float2 pt, float2 radii) {
struct ContentMask {
Bounds bounds;
Corners corner_radii;
}
};
struct Quad {
uint order;