Trait StaticCallable

Source
pub trait StaticCallable: PFN {
    const STATIC: Self;
}

Required Associated Constants§

Source

const STATIC: Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl StaticCallable for PFN_vkAcquireNextImageKHR

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkAllocateCommandBuffers

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkAllocateDescriptorSets

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkAllocateMemory

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkBeginCommandBuffer

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkBindBufferMemory

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkBindImageMemory

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdBeginQuery

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdBeginRenderPass

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdBindDescriptorSets

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdBindIndexBuffer

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdBindPipeline

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdBindVertexBuffers

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdBlitImage

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdClearAttachments

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdClearColorImage

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdClearDepthStencilImage

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdCopyBuffer

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdCopyBufferToImage

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdCopyImage

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdCopyImageToBuffer

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdCopyQueryPoolResults

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdDispatch

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdDispatchIndirect

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdDraw

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdDrawIndexed

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdDrawIndexedIndirect

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdDrawIndirect

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdEndQuery

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdEndRenderPass

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdExecuteCommands

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdFillBuffer

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdNextSubpass

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdPipelineBarrier

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdPushConstants

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdResetEvent

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdResetQueryPool

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdResolveImage

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdSetBlendConstants

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdSetDepthBias

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdSetDepthBounds

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdSetEvent

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdSetLineWidth

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdSetScissor

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdSetStencilCompareMask

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdSetStencilReference

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdSetStencilWriteMask

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdSetViewport

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdUpdateBuffer

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdWaitEvents

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCmdWriteTimestamp

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateBuffer

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateBufferView

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateCommandPool

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateComputePipelines

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateDescriptorPool

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateDescriptorSetLayout

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateDevice

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateEvent

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateFence

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateFramebuffer

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateGraphicsPipelines

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateImage

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateImageView

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateInstance

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreatePipelineCache

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreatePipelineLayout

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateQueryPool

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateRenderPass

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateSampler

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateSemaphore

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateShaderModule

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkCreateSwapchainKHR

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyBuffer

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyBufferView

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyCommandPool

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyDescriptorPool

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyDescriptorSetLayout

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyDevice

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyEvent

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyFence

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyFramebuffer

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyImage

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyImageView

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyInstance

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyPipeline

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyPipelineCache

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyPipelineLayout

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyQueryPool

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyRenderPass

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroySampler

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroySemaphore

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroyShaderModule

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroySurfaceKHR

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDestroySwapchainKHR

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkDeviceWaitIdle

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkEndCommandBuffer

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkEnumerateDeviceExtensionProperties

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkEnumerateDeviceLayerProperties

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkEnumerateInstanceExtensionProperties

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkEnumerateInstanceLayerProperties

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkEnumeratePhysicalDevices

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkFlushMappedMemoryRanges

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkFreeCommandBuffers

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkFreeDescriptorSets

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkFreeMemory

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetBufferMemoryRequirements

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetDeviceMemoryCommitment

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetDeviceProcAddr

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetDeviceQueue

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetEventStatus

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetFenceStatus

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetImageMemoryRequirements

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetImageSparseMemoryRequirements

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetImageSubresourceLayout

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetInstanceProcAddr

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetPhysicalDeviceFeatures

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetPhysicalDeviceFormatProperties

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetPhysicalDeviceImageFormatProperties

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetPhysicalDeviceMemoryProperties

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetPhysicalDeviceProperties

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetPhysicalDeviceQueueFamilyProperties

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetPhysicalDeviceSparseImageFormatProperties

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetPhysicalDeviceSurfaceCapabilitiesKHR

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetPhysicalDeviceSurfaceFormatsKHR

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetPhysicalDeviceSurfacePresentModesKHR

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetPhysicalDeviceSurfaceSupportKHR

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetPipelineCacheData

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetQueryPoolResults

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetRenderAreaGranularity

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkGetSwapchainImagesKHR

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkInvalidateMappedMemoryRanges

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkMapMemory

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkMergePipelineCaches

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkQueueBindSparse

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkQueuePresentKHR

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkQueueSubmit

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkQueueWaitIdle

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkResetCommandBuffer

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkResetCommandPool

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkResetDescriptorPool

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkResetEvent

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkResetFences

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkSetEvent

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkUnmapMemory

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkUpdateDescriptorSets

Source§

const STATIC: Self

Source§

impl StaticCallable for PFN_vkWaitForFences

Source§

const STATIC: Self