Struct voodoo::PhysicalDevice [] [src]

pub struct PhysicalDevice { /* fields omitted */ }

Methods

impl PhysicalDevice
[src]

[src]

[src]

Returns this object's handle.

[src]

Returns a reference to the associated instance.

[src]

Reports the capabilities of a physical device.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkGetPhysicalDeviceFeatures.html

[src]

Lists a physical device's format capabilities.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkGetPhysicalDeviceFormatProperties.html

[src]

Lists a physical device's image format capabilities.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkGetPhysicalDeviceImageFormatProperties.html

[src]

Returns the properties of a physical device.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkGetPhysicalDeviceProperties.html

[src]

Reports properties of the queues of the specified physical device.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkGetPhysicalDeviceQueueFamilyProperties.html

[src]

Reports memory information for the specified physical device.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkGetPhysicalDeviceMemoryProperties.html

[src]

Returns the properties of available physical device extensions.

https://www.khronos.org/registry/vulkan/specs/1.0/man/html/vkEnumerateDeviceExtensionProperties.html

[src]

Queries if presentation is supported.

https://manned.org/vkGetPhysicalDeviceSurfaceSupportKHR.3

[src]

Queries surface capabilities.

https://manned.org/vkGetPhysicalDeviceSurfaceCapabilitiesKHR.3

[src]

Queries color formats supported by surface.

https://manned.org/vkGetPhysicalDeviceSurfaceFormatsKHR.3

[src]

Queries supported presentation modes.

https://manned.org/vkGetPhysicalDeviceSurfacePresentModesKHR.3

[src]

Verifies that the extensions listed are supported by this physical device.

Trait Implementations

impl Debug for PhysicalDevice
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for PhysicalDevice
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'p> Handle for &'p PhysicalDevice
[src]

[src]

Auto Trait Implementations

impl !Send for PhysicalDevice

impl !Sync for PhysicalDevice