Package org.lwjgl.sdl

Class SDLRender.Functions

java.lang.Object
org.lwjgl.sdl.SDLRender.Functions
Enclosing class:
SDLRender

public static final class SDLRender.Functions extends Object
Contains the function pointers loaded from SDL.getLibrary().
  • Field Details

    • GetNumRenderDrivers

      public static final long GetNumRenderDrivers
      Function address.
    • GetRenderDriver

      public static final long GetRenderDriver
      Function address.
    • CreateWindowAndRenderer

      public static final long CreateWindowAndRenderer
      Function address.
    • CreateRenderer

      public static final long CreateRenderer
      Function address.
    • CreateRendererWithProperties

      public static final long CreateRendererWithProperties
      Function address.
    • CreateSoftwareRenderer

      public static final long CreateSoftwareRenderer
      Function address.
    • GetRenderer

      public static final long GetRenderer
      Function address.
    • GetRenderWindow

      public static final long GetRenderWindow
      Function address.
    • GetRendererName

      public static final long GetRendererName
      Function address.
    • GetRendererProperties

      public static final long GetRendererProperties
      Function address.
    • GetRenderOutputSize

      public static final long GetRenderOutputSize
      Function address.
    • GetCurrentRenderOutputSize

      public static final long GetCurrentRenderOutputSize
      Function address.
    • CreateTexture

      public static final long CreateTexture
      Function address.
    • CreateTextureFromSurface

      public static final long CreateTextureFromSurface
      Function address.
    • CreateTextureWithProperties

      public static final long CreateTextureWithProperties
      Function address.
    • GetTextureProperties

      public static final long GetTextureProperties
      Function address.
    • GetRendererFromTexture

      public static final long GetRendererFromTexture
      Function address.
    • GetTextureSize

      public static final long GetTextureSize
      Function address.
    • SetTextureColorMod

      public static final long SetTextureColorMod
      Function address.
    • SetTextureColorModFloat

      public static final long SetTextureColorModFloat
      Function address.
    • GetTextureColorMod

      public static final long GetTextureColorMod
      Function address.
    • GetTextureColorModFloat

      public static final long GetTextureColorModFloat
      Function address.
    • SetTextureAlphaMod

      public static final long SetTextureAlphaMod
      Function address.
    • SetTextureAlphaModFloat

      public static final long SetTextureAlphaModFloat
      Function address.
    • GetTextureAlphaMod

      public static final long GetTextureAlphaMod
      Function address.
    • GetTextureAlphaModFloat

      public static final long GetTextureAlphaModFloat
      Function address.
    • SetTextureBlendMode

      public static final long SetTextureBlendMode
      Function address.
    • GetTextureBlendMode

      public static final long GetTextureBlendMode
      Function address.
    • SetTextureScaleMode

      public static final long SetTextureScaleMode
      Function address.
    • GetTextureScaleMode

      public static final long GetTextureScaleMode
      Function address.
    • UpdateTexture

      public static final long UpdateTexture
      Function address.
    • UpdateYUVTexture

      public static final long UpdateYUVTexture
      Function address.
    • UpdateNVTexture

      public static final long UpdateNVTexture
      Function address.
    • LockTexture

      public static final long LockTexture
      Function address.
    • LockTextureToSurface

      public static final long LockTextureToSurface
      Function address.
    • UnlockTexture

      public static final long UnlockTexture
      Function address.
    • SetRenderTarget

      public static final long SetRenderTarget
      Function address.
    • GetRenderTarget

      public static final long GetRenderTarget
      Function address.
    • SetRenderLogicalPresentation

      public static final long SetRenderLogicalPresentation
      Function address.
    • GetRenderLogicalPresentation

      public static final long GetRenderLogicalPresentation
      Function address.
    • GetRenderLogicalPresentationRect

      public static final long GetRenderLogicalPresentationRect
      Function address.
    • RenderCoordinatesFromWindow

      public static final long RenderCoordinatesFromWindow
      Function address.
    • RenderCoordinatesToWindow

      public static final long RenderCoordinatesToWindow
      Function address.
    • ConvertEventToRenderCoordinates

      public static final long ConvertEventToRenderCoordinates
      Function address.
    • SetRenderViewport

      public static final long SetRenderViewport
      Function address.
    • GetRenderViewport

      public static final long GetRenderViewport
      Function address.
    • RenderViewportSet

      public static final long RenderViewportSet
      Function address.
    • GetRenderSafeArea

      public static final long GetRenderSafeArea
      Function address.
    • SetRenderClipRect

      public static final long SetRenderClipRect
      Function address.
    • GetRenderClipRect

      public static final long GetRenderClipRect
      Function address.
    • RenderClipEnabled

      public static final long RenderClipEnabled
      Function address.
    • SetRenderScale

      public static final long SetRenderScale
      Function address.
    • GetRenderScale

      public static final long GetRenderScale
      Function address.
    • SetRenderDrawColor

      public static final long SetRenderDrawColor
      Function address.
    • SetRenderDrawColorFloat

      public static final long SetRenderDrawColorFloat
      Function address.
    • GetRenderDrawColor

      public static final long GetRenderDrawColor
      Function address.
    • GetRenderDrawColorFloat

      public static final long GetRenderDrawColorFloat
      Function address.
    • SetRenderColorScale

      public static final long SetRenderColorScale
      Function address.
    • GetRenderColorScale

      public static final long GetRenderColorScale
      Function address.
    • SetRenderDrawBlendMode

      public static final long SetRenderDrawBlendMode
      Function address.
    • GetRenderDrawBlendMode

      public static final long GetRenderDrawBlendMode
      Function address.
    • RenderClear

      public static final long RenderClear
      Function address.
    • RenderPoint

      public static final long RenderPoint
      Function address.
    • RenderPoints

      public static final long RenderPoints
      Function address.
    • RenderLine

      public static final long RenderLine
      Function address.
    • RenderLines

      public static final long RenderLines
      Function address.
    • RenderRect

      public static final long RenderRect
      Function address.
    • RenderRects

      public static final long RenderRects
      Function address.
    • RenderFillRect

      public static final long RenderFillRect
      Function address.
    • RenderFillRects

      public static final long RenderFillRects
      Function address.
    • RenderTexture

      public static final long RenderTexture
      Function address.
    • RenderTextureRotated

      public static final long RenderTextureRotated
      Function address.
    • RenderTextureAffine

      public static final long RenderTextureAffine
      Function address.
    • RenderTextureTiled

      public static final long RenderTextureTiled
      Function address.
    • RenderTexture9Grid

      public static final long RenderTexture9Grid
      Function address.
    • RenderGeometry

      public static final long RenderGeometry
      Function address.
    • RenderGeometryRaw

      public static final long RenderGeometryRaw
      Function address.
    • RenderReadPixels

      public static final long RenderReadPixels
      Function address.
    • RenderPresent

      public static final long RenderPresent
      Function address.
    • DestroyTexture

      public static final long DestroyTexture
      Function address.
    • DestroyRenderer

      public static final long DestroyRenderer
      Function address.
    • FlushRenderer

      public static final long FlushRenderer
      Function address.
    • GetRenderMetalLayer

      public static final long GetRenderMetalLayer
      Function address.
    • GetRenderMetalCommandEncoder

      public static final long GetRenderMetalCommandEncoder
      Function address.
    • AddVulkanRenderSemaphores

      public static final long AddVulkanRenderSemaphores
      Function address.
    • SetRenderVSync

      public static final long SetRenderVSync
      Function address.
    • GetRenderVSync

      public static final long GetRenderVSync
      Function address.
    • RenderDebugText

      public static final long RenderDebugText
      Function address.
    • RenderDebugTextFormat

      public static final long RenderDebugTextFormat
      Function address.