Documentation
¶
Index ¶
- Constants
- func MipLevels(width, height int) int
- type Args
- type Array
- type Data
- type Image
- func (i *Image) Destroy()
- func (i *Image) Format() core1_0.Format
- func (i *Image) Height() int
- func (i *Image) Key() string
- func (i *Image) Memory() *device.Memory
- func (i *Image) MipLevels() int
- func (i *Image) Ptr() core1_0.Image
- func (i *Image) Size() vec3.T
- func (i *Image) View(format core1_0.Format, mask core1_0.ImageAspectFlags) (*View, error)
- func (i *Image) Width() int
- type View
- type ViewArray
Constants ¶
View Source
const FormatRGBA8Unorm = core1_0.FormatR8G8B8A8UnsignedNormalized
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Args ¶
type Args struct {
Type core1_0.ImageType
Key string
Width int
Height int
Depth int
Layers int
Levels int
Format core1_0.Format
Usage core1_0.ImageUsageFlags
Tiling core1_0.ImageTiling
Sharing core1_0.SharingMode
Layout core1_0.ImageLayout
Memory core1_0.MemoryPropertyFlags
}
type Image ¶
type Image struct {
Args
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.