Skip to main content
Module

x/sdl_ts/mod.SDL.ts>RendererInfo

SDL TypeScript bindings.
Latest
class RendererInfo
implements AllocatableStruct
Re-export
import { RendererInfo } from "https://deno.land/x/sdl_ts@0.0.6/mod.SDL.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