Documentation
¶
Index ¶
- Constants
- type PhysicalDevice16BitStorageFeatures
- func (o PhysicalDevice16BitStorageFeatures) PopulateCPointer(allocator *cgoparam.Allocator, preallocatedPointer unsafe.Pointer, ...) (unsafe.Pointer, error)
- func (o *PhysicalDevice16BitStorageFeatures) PopulateHeader(allocator *cgoparam.Allocator, preallocatedPointer unsafe.Pointer, ...) (unsafe.Pointer, error)
- func (o *PhysicalDevice16BitStorageFeatures) PopulateOutData(cDataPointer unsafe.Pointer, helpers ...any) (next unsafe.Pointer, err error)
Constants ¶
View Source
const ( // ExtensionName is "VK_KHR_16bit_storage" ExtensionName string = C.VK_KHR_16BIT_STORAGE_EXTENSION_NAME )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhysicalDevice16BitStorageFeatures ¶
type PhysicalDevice16BitStorageFeatures struct {
// StorageBuffer16BitAccess specifies whether objects in the StorageBuffer, ShaderRecordBufferKHR,
// or PhysicalStorageBuffer storage class with the Block decoration can have 16-bit integer and
// 16-bit floating-point members
StorageBuffer16BitAccess bool
// UniformAndStorageBuffer16BitAccess specifies whether objects in the Uniform storage class with
// the Block decoration can have 16-bit integer and 16-bit floating-point members
UniformAndStorageBuffer16BitAccess bool
// StoragePushConstant16 specifies whether objects in the PushConstant storage class can have
// 16-bit integer and 16-bit floating-point members
StoragePushConstant16 bool
// StorageInputOutput16 specifies whether objects in the Input and Output storage classes can
// have 16-bit integer and 16-bit floating-point members
StorageInputOutput16 bool
common.NextOptions
common.NextOutData
}
PhysicalDevice16BitStorageFeatures describes features supported by khr_16bit_storage
func (PhysicalDevice16BitStorageFeatures) PopulateCPointer ¶
func (*PhysicalDevice16BitStorageFeatures) PopulateHeader ¶
func (*PhysicalDevice16BitStorageFeatures) PopulateOutData ¶
Click to show internal directories.
Click to hide internal directories.