BlitzMax

BlitzMax

  • Downloads
  • Docs
  • API
  • Resources
  • About
Edit

SDLRendererInfo

A structure that contains information on the capabilities of a render driver or the current render context.

Fields

Field flags:UInt

A mask of supported renderer flags


Field numTextureFormats:UInt

The number of available texture formats


Field StaticArray textureFormats:UInt[16]

The available texture formats


Field maxTextureWidth:Int

The maximum texture width


Field maxTextureHeight:Int

The maximum texture height


Methods

Method GetName:String()

Returns the name of the renderer.


  • Fields
    • Field flags:UInt
    • Field numTextureFormats:UInt
    • Field StaticArray textureFormats:UInt[16]
    • Field maxTextureWidth:Int
    • Field maxTextureHeight:Int
  • Methods
    • Method GetName:String()
BlitzMax
Docs
Getting StartedDownloadsAbout
Community
Resources
More
GitHubStarChat on Discord
Copyright © 2026 Bruce A Henderson