Skip to main content
Module

x/sdl_ts/mod.ts>SDL.RendererInfo

SDL TypeScript bindings.
Latest
class SDL.RendererInfo
implements AllocatableStruct
Re-export
import { SDL } from "https://deno.land/x/sdl_ts@0.0.6/mod.ts";
const { RendererInfo } = SDL;

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