Documentation
¶
Index ¶
- Constants
- type PhysicalDeviceRayQueryFeatures
- func (o PhysicalDeviceRayQueryFeatures) PopulateCPointer(allocator *cgoparam.Allocator, preallocatedPointer unsafe.Pointer, ...) (unsafe.Pointer, error)
- func (o *PhysicalDeviceRayQueryFeatures) PopulateHeader(allocator *cgoparam.Allocator, preallocatedPointer unsafe.Pointer, ...) (unsafe.Pointer, error)
- func (o *PhysicalDeviceRayQueryFeatures) PopulateOutData(cDataPointer unsafe.Pointer, helpers ...any) (next unsafe.Pointer, err error)
Constants ¶
View Source
const ( // ExtensionName is "VK_KHR_ray_query" // // https://docs.vulkan.org/refpages/latest/refpages/source/VK_KHR_ray_query.html ExtensionName string = C.VK_KHR_RAY_QUERY_EXTENSION_NAME )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhysicalDeviceRayQueryFeatures ¶
type PhysicalDeviceRayQueryFeatures struct {
RayQuery bool
common.NextOutData
common.NextOptions
}
func (PhysicalDeviceRayQueryFeatures) PopulateCPointer ¶
func (*PhysicalDeviceRayQueryFeatures) PopulateHeader ¶
func (*PhysicalDeviceRayQueryFeatures) PopulateOutData ¶
Click to show internal directories.
Click to hide internal directories.