Source position: libsdl3.pas line 5905
type TSDL_PushGPUFragmentUniformData = procedure(
command_buffer: PSDL_GPUCommandBuffer;
slot_index: TUint32;
Data: pointer;
length: TUint32
);