Trait pilka_dyn::ash::vk::Handle[]

pub trait Handle {
    pub const TYPE: ObjectType;

    pub fn as_raw(self) -> u64;
pub fn from_raw(u64) -> Self; }

Associated Constants

pub const TYPE: ObjectType

Loading content...

Required methods

pub fn as_raw(self) -> u64

pub fn from_raw(u64) -> Self

Loading content...

Implementors

impl Handle for GpaSessionAmd

impl Handle for AccelerationStructureKHR

impl Handle for Buffer

impl Handle for BufferView

impl Handle for CommandBuffer

impl Handle for CommandPool

impl Handle for DebugReportCallbackEXT

impl Handle for DebugUtilsMessengerEXT

impl Handle for DeferredOperationKHR

impl Handle for DescriptorPool

impl Handle for DescriptorSet

impl Handle for DescriptorSetLayout

impl Handle for DescriptorUpdateTemplate

impl Handle for Device

impl Handle for DeviceMemory

impl Handle for DisplayKHR

impl Handle for DisplayModeKHR

impl Handle for Event

impl Handle for Fence

impl Handle for Framebuffer

impl Handle for Image

impl Handle for ImageView

impl Handle for IndirectCommandsLayoutNV

impl Handle for Instance

impl Handle for PerformanceConfigurationINTEL

impl Handle for PhysicalDevice

impl Handle for Pipeline

impl Handle for PipelineCache

impl Handle for PipelineLayout

impl Handle for QueryPool

impl Handle for Queue

impl Handle for RenderPass

impl Handle for Sampler

impl Handle for SamplerYcbcrConversion

impl Handle for Semaphore

impl Handle for ShaderModule

impl Handle for SurfaceKHR

impl Handle for SwapchainKHR

impl Handle for ValidationCacheEXT

Loading content...