Struct vulkano::pipeline::GraphicsPipelineSys [] [src]

pub struct GraphicsPipelineSys<'a>(_, _);

Opaque object that represents the inside of the graphics pipeline.

Trait Implementations

impl<'a> Debug for GraphicsPipelineSys<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> Copy for GraphicsPipelineSys<'a>
[src]

impl<'a> Clone for GraphicsPipelineSys<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> VulkanObject for GraphicsPipelineSys<'a>
[src]

The type of the object.

TYPE: DebugReportObjectTypeEXT = vk::DEBUG_REPORT_OBJECT_TYPE_PIPELINE_EXT

The DebugReportObjectTypeEXT of the internal Vulkan handle.

[src]

Returns a reference to the object.