GlPhysicalDevice

Undocumented in source.
package
class GlPhysicalDevice : PhysicalDevice {}

Constructors

this
this(GlShare share)
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
formatProperties
FormatProperties formatProperties(Format format)
Undocumented in source. Be warned that the author may not have intended to support it.
open
Device open(QueueRequest[] , DeviceFeatures )

Open a logical device with the specified queues.

supportsSurface
bool supportsSurface(uint queueFamilyIndex, Surface surface)
Undocumented in source. Be warned that the author may not have intended to support it.
surfaceCaps
SurfaceCaps surfaceCaps(Surface surface)
Undocumented in source. Be warned that the author may not have intended to support it.
surfaceFormats
Format[] surfaceFormats(Surface surface)
Undocumented in source. Be warned that the author may not have intended to support it.
surfacePresentModes
PresentMode[] surfacePresentModes(Surface surface)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

features
DeviceFeatures features [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
limits
DeviceLimits limits [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
memoryProperties
MemoryProperties memoryProperties [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
queueFamilies
QueueFamily[] queueFamilies [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
DeviceType type [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From PhysicalDevice

name
string name [@property getter]
Undocumented in source.
type
DeviceType type [@property getter]
Undocumented in source.
softwareRendering
bool softwareRendering [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
features
DeviceFeatures features [@property getter]
Undocumented in source.
limits
DeviceLimits limits [@property getter]
Undocumented in source.
memoryProperties
MemoryProperties memoryProperties [@property getter]
Undocumented in source.
queueFamilies
QueueFamily[] queueFamilies [@property getter]
Undocumented in source.
formatProperties
FormatProperties formatProperties(Format format)
Undocumented in source.
supportsSurface
bool supportsSurface(uint queueFamilyIndex, Surface surface)
Undocumented in source.
surfaceCaps
SurfaceCaps surfaceCaps(Surface surface)
Undocumented in source.
surfaceFormats
Format[] surfaceFormats(Surface surface)
Undocumented in source.
surfacePresentModes
PresentMode[] surfacePresentModes(Surface surface)
Undocumented in source.
open
Device open(QueueRequest[] queues, DeviceFeatures features)

Open a logical device with the specified queues.

Meta