Documentation ¶
Index ¶
- Constants
- type PhysicalDeviceUniformBufferStandardLayoutFeatures
- func (o PhysicalDeviceUniformBufferStandardLayoutFeatures) PopulateCPointer(allocator *cgoparam.Allocator, preallocatedPointer unsafe.Pointer, ...) (unsafe.Pointer, error)
- func (o *PhysicalDeviceUniformBufferStandardLayoutFeatures) PopulateHeader(allocator *cgoparam.Allocator, preallocatedPointer unsafe.Pointer, ...) (unsafe.Pointer, error)
- func (o *PhysicalDeviceUniformBufferStandardLayoutFeatures) PopulateOutData(cDataPointer unsafe.Pointer, helpers ...any) (next unsafe.Pointer, err error)
Constants ¶
View Source
const ( // ExtensionName is "VK_KHR_uniform_buffer_standard_layout" // // https://registry.khronos.org/vulkan/specs/1.3-extensions/man/html/VK_KHR_uniform_buffer_standard_layout.html ExtensionName string = C.VK_KHR_UNIFORM_BUFFER_STANDARD_LAYOUT_EXTENSION_NAME )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhysicalDeviceUniformBufferStandardLayoutFeatures ¶
type PhysicalDeviceUniformBufferStandardLayoutFeatures struct { // UniformBufferStandardLayout indicates that the implementation supports the same layouts // for uniform Buffer objects as for storage and other kinds of Buffer objects UniformBufferStandardLayout bool common.NextOptions common.NextOutData }
PhysicalDeviceUniformBufferStandardLayoutFeatures indicates support for std430-like packing in uniform Buffer objects
func (PhysicalDeviceUniformBufferStandardLayoutFeatures) PopulateCPointer ¶
func (*PhysicalDeviceUniformBufferStandardLayoutFeatures) PopulateHeader ¶
func (*PhysicalDeviceUniformBufferStandardLayoutFeatures) PopulateOutData ¶
Click to show internal directories.
Click to hide internal directories.