ghostty_render_state_new function
GhosttyResult
ghostty_render_state_new(
- Pointer<
GhosttyAllocator> allocator, - 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));