Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Array ¶
type Array []*Framebuffer
type Framebuffer ¶
type Framebuffer struct {
// contains filtered or unexported fields
}
func New ¶
func New(device *device.Device, name string, width, height int, pass *renderpass.Renderpass) (*Framebuffer, error)
func (*Framebuffer) Attachment ¶
func (b *Framebuffer) Attachment(name attachment.Name) *image.View
func (*Framebuffer) Destroy ¶
func (b *Framebuffer) Destroy()
func (*Framebuffer) Ptr ¶
func (b *Framebuffer) Ptr() core1_0.Framebuffer
func (*Framebuffer) Size ¶
func (b *Framebuffer) Size() (int, int)
Click to show internal directories.
Click to hide internal directories.