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

x/sdl_ts/src/SDL/structs.ts>RendererInfo

SDL TypeScript bindings.
Go to Latest
class RendererInfo
implements AllocatableStruct
import { RendererInfo } from "https://deno.land/x/sdl_ts@0.0.3/src/SDL/structs.ts";

Constructors

new
RendererInfo(command?: StructCommand)

Properties

private
readonly
_view: PlatformDataView<RendererInfo>
readonly
_data: Uint8Array | PointerValue<RendererInfo>
readonly
flags: u32
readonly
max_texture_height: i32
readonly
max_texture_width: i32
readonly
name: string
readonly
num_texture_formats: u32

Static Properties

SIZE_IN_BYTES: number