Struct GPUDrawPushConstants

Struct Documentation

struct GPUDrawPushConstants

GPU push constant layout.

Per-draw data pushed directly to command buffer. Contains model transform and vertex buffer address for bindless rendering.

Public Members

glm::mat4 world_matrix
vk::DeviceAddress vertex_buffer = {}