OpenGLRaw-3.3.3.0: A raw binding for the OpenGL graphics system

Copyright(c) Sven Panne 2019
LicenseBSD3
MaintainerSven Panne <svenpanne@gmail.com>
Stabilitystable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

Graphics.GL.AMD.SparseTexture

Contents

Description

 
Synopsis

Extension Support

glGetAMDSparseTexture :: MonadIO m => m Bool Source #

Is the AMD_sparse_texture extension supported?

gl_AMD_sparse_texture :: Bool Source #

Is the AMD_sparse_texture extension supported? Note that in the presence of multiple contexts with different capabilities, this might be wrong. Use glGetAMDSparseTexture in those cases instead.

Enums

Functions

glTexStorageSparseAMD Source #

Arguments

:: MonadIO m 
=> GLenum

target of type TextureTarget.

-> GLenum

internalFormat of type InternalFormat.

-> GLsizei

width.

-> GLsizei

height.

-> GLsizei

depth.

-> GLsizei

layers.

-> GLbitfield

flags of type TextureStorageMaskAMD.

-> m () 

glTextureStorageSparseAMD Source #

Arguments

:: MonadIO m 
=> GLuint

texture.

-> GLenum

target.

-> GLenum

internalFormat of type InternalFormat.

-> GLsizei

width.

-> GLsizei

height.

-> GLsizei

depth.

-> GLsizei

layers.

-> GLbitfield

flags of type TextureStorageMaskAMD.

-> m ()