Struct Vertex¶
Defined in File rendering_types.h
Struct Documentation¶
-
struct Vertex¶
GPU vertex buffer layout.
Interleaved vertex attributes matching shader input layout. Memory layout is optimized for GPU access with vec4 alignment (position+uv_x, normal+uv_y, color).