gfx.graal.device

Undocumented in source.

Members

Enums

DeviceType
enum DeviceType
Undocumented in source.

Interfaces

Device
interface Device

Handle to a logical device

PhysicalDevice
interface PhysicalDevice

Represent a physical device. This interface is meant to describe a graphics device and open a logical device out of it.

Structs

DeviceFeatures
struct DeviceFeatures
Undocumented in source.
DeviceLimits
struct DeviceLimits
Undocumented in source.
MappedMemorySet
struct MappedMemorySet
Undocumented in source.
QueueRequest
struct QueueRequest

A request for a queue family and each queue to be created within that family. The amount of queue to be created is given by priorities.length. Priorities represent the relative priority to be given to each queue (from 0 to 1)

Meta