Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sdl_ts/src/SDL/functions.ts>CreateRenderer

SDL TypeScript bindings.
Go to Latest
function CreateRenderer
import { CreateRenderer } from "https://deno.land/x/sdl_ts@0.0.3/src/SDL/functions.ts";

Parameters

window: PointerTo<Window>
index: i32
flags: u32

Returns

Renderer | null