Client.graphicsAcquire

Getter for the IGraphics interface This is intended for the audio thread and has acquire semantics. Not reentrant! You can't call this twice without a graphicsRelease first.

class Client
nothrow @nogc final nothrow @nogc
graphicsAcquire
()

Return Value

Type: IGraphics

null if feedback from audio thread is not welcome.

Meta