abstract class Boleite::FrameBuffer

Direct Known Subclasses

Defined in:

boleite/graphics/frame_buffer.cr

Instance Method Summary

Instance Method Detail

abstract def activate(&) #

[View source]
abstract def attach_buffer(texture : Texture, identifier : Symbol, slot : UInt8) : Void #

[View source]
abstract def attach_depth_buffer(texture : Texture) : Void #

[View source]
abstract def detach_all_buffers : Void #

[View source]
abstract def detach_buffer(identifier : Symbol) : Void #

[View source]
abstract def detach_depth_buffer : Void #

[View source]