Package org.openrndr.internal.nullgl
Types
Link copied to clipboard
Link copied to clipboard
class ApplicationNullGL(var program: Program, var configuration: Configuration) : Application
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ColorBufferNullGL( val width: Int, val height: Int, val contentScale: Double, val format: ColorFormat, val type: ColorType, val levels: Int, val multisample: BufferMultisample, val session: Session?) : ColorBuffer
Content copied to clipboard
Link copied to clipboard
class DepthBufferNullGL( val width: Int, val height: Int, val format: DepthFormat, val multisample: BufferMultisample, val session: Session?) : DepthBuffer
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
class RenderTargetNullGL( val width: Int, val height: Int, val contentScale: Double, val multisample: BufferMultisample, val session: Session?) : RenderTarget
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class VertexBufferNullGL( val vertexFormat: VertexFormat, val vertexCount: Int, val session: Session?) : VertexBuffer
Content copied to clipboard
Link copied to clipboard
class VertexBufferShadowNullGL(val vertexBuffer: VertexBuffer) : VertexBufferShadow
Content copied to clipboard