Documentation
¶
Index ¶
- Constants
- type FramebufferAttachmentImageInfo
- type FramebufferAttachmentsCreateInfo
- type PhysicalDeviceImagelessFramebufferFeatures
- func (o PhysicalDeviceImagelessFramebufferFeatures) PopulateCPointer(allocator *cgoparam.Allocator, preallocatedPointer unsafe.Pointer, ...) (unsafe.Pointer, error)
- func (o *PhysicalDeviceImagelessFramebufferFeatures) PopulateHeader(allocator *cgoparam.Allocator, preallocatedPointer unsafe.Pointer, ...) (unsafe.Pointer, error)
- func (o *PhysicalDeviceImagelessFramebufferFeatures) PopulateOutData(cDataPointer unsafe.Pointer, helpers ...any) (next unsafe.Pointer, err error)
- type RenderPassAttachmentBeginInfo
Constants ¶
View Source
const ( ExtensionName string = C.VK_KHR_IMAGELESS_FRAMEBUFFER_EXTENSION_NAME FramebufferCreateImageless core1_0.FramebufferCreateFlags = C.VK_FRAMEBUFFER_CREATE_IMAGELESS_BIT_KHR )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FramebufferAttachmentImageInfo ¶
type FramebufferAttachmentImageInfo struct {
Flags core1_0.ImageCreateFlags
Usage core1_0.ImageUsageFlags
Width int
Height int
LayerCount int
ViewFormats []core1_0.Format
common.NextOptions
}
type FramebufferAttachmentsCreateInfo ¶
type FramebufferAttachmentsCreateInfo struct {
AttachmentImageInfos []FramebufferAttachmentImageInfo
common.NextOptions
}
type PhysicalDeviceImagelessFramebufferFeatures ¶
type PhysicalDeviceImagelessFramebufferFeatures struct {
ImagelessFramebuffer bool
common.NextOptions
common.NextOutData
}
func (PhysicalDeviceImagelessFramebufferFeatures) PopulateCPointer ¶
func (*PhysicalDeviceImagelessFramebufferFeatures) PopulateHeader ¶
func (*PhysicalDeviceImagelessFramebufferFeatures) PopulateOutData ¶
type RenderPassAttachmentBeginInfo ¶
type RenderPassAttachmentBeginInfo struct {
Attachments []core1_0.ImageView
common.NextOptions
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.