Surface.buffer

Gets the internal pixel buffer of the dsdl2.Surface

This function is marked as @system due to the potential of referencing invalid memory.

class Surface
inout @property @trusted
inout(void[])
buffer
()

Return Value

Type: inout(void[])

slice of the buffer

Meta