ghostty_render_state_new function

GhosttyResult ghostty_render_state_new(
  1. Pointer<GhosttyAllocator> allocator,
  2. Pointer<GhosttyRenderState> state
)

Implementation

GhosttyResult ghostty_render_state_new(
  ffi.Pointer<GhosttyAllocator> allocator,
  ffi.Pointer<GhosttyRenderState> state,
) => GhosttyResult.fromValue(_ghostty_render_state_new(allocator, state));