Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVulkan12Features
Packages that use VkPhysicalDeviceVulkan12Features
-
Uses of VkPhysicalDeviceVulkan12Features in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceVulkan12FeaturesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceVulkan12Features
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVulkan12FeaturesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceVulkan12Features
VkPhysicalDeviceVulkan12Features.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceVulkan12Features.bufferDeviceAddress
(int value) VkPhysicalDeviceVulkan12Features.bufferDeviceAddressCaptureReplay
(int value) VkPhysicalDeviceVulkan12Features.bufferDeviceAddressMultiDevice
(int value) VkPhysicalDeviceVulkan12Features.clone
(Arena arena, VkPhysicalDeviceVulkan12Features src) VkPhysicalDeviceVulkan12Features.descriptorBindingPartiallyBound
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingSampledImageUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingStorageBufferUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingStorageImageUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingStorageTexelBufferUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingUniformBufferUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingUniformTexelBufferUpdateAfterBind
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingUpdateUnusedWhilePending
(int value) VkPhysicalDeviceVulkan12Features.descriptorBindingVariableDescriptorCount
(int value) VkPhysicalDeviceVulkan12Features.descriptorIndexing
(int value) VkPhysicalDeviceVulkan12Features.drawIndirectCount
(int value) VkPhysicalDeviceVulkan12Features.hostQueryReset
(int value) VkPhysicalDeviceVulkan12Features.imagelessFramebuffer
(int value) VkPhysicalDeviceVulkan12Features.runtimeDescriptorArray
(int value) VkPhysicalDeviceVulkan12Features.samplerFilterMinmax
(int value) VkPhysicalDeviceVulkan12Features.samplerMirrorClampToEdge
(int value) VkPhysicalDeviceVulkan12Features.scalarBlockLayout
(int value) VkPhysicalDeviceVulkan12Features.separateDepthStencilLayouts
(int value) VkPhysicalDeviceVulkan12Features.shaderBufferInt64Atomics
(int value) VkPhysicalDeviceVulkan12Features.shaderFloat16
(int value) VkPhysicalDeviceVulkan12Features.shaderInputAttachmentArrayDynamicIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderInputAttachmentArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderInt8
(int value) VkPhysicalDeviceVulkan12Features.shaderOutputLayer
(int value) VkPhysicalDeviceVulkan12Features.shaderOutputViewportIndex
(int value) VkPhysicalDeviceVulkan12Features.shaderSampledImageArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderSharedInt64Atomics
(int value) VkPhysicalDeviceVulkan12Features.shaderStorageBufferArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderStorageImageArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderStorageTexelBufferArrayDynamicIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderStorageTexelBufferArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderSubgroupExtendedTypes
(int value) VkPhysicalDeviceVulkan12Features.shaderUniformBufferArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderUniformTexelBufferArrayDynamicIndexing
(int value) VkPhysicalDeviceVulkan12Features.shaderUniformTexelBufferArrayNonUniformIndexing
(int value) VkPhysicalDeviceVulkan12Features.storageBuffer8BitAccess
(int value) VkPhysicalDeviceVulkan12Features.storagePushConstant8
(int value) VkPhysicalDeviceVulkan12Features.sType
(int value) VkPhysicalDeviceVulkan12Features.subgroupBroadcastDynamicId
(int value) VkPhysicalDeviceVulkan12Features.timelineSemaphore
(int value) VkPhysicalDeviceVulkan12Features.Ptr.toArray()
VkPhysicalDeviceVulkan12Features.uniformAndStorageBuffer8BitAccess
(int value) VkPhysicalDeviceVulkan12Features.uniformBufferStandardLayout
(int value) VkPhysicalDeviceVulkan12Features.vulkanMemoryModel
(int value) VkPhysicalDeviceVulkan12Features.vulkanMemoryModelAvailabilityVisibilityChains
(int value) VkPhysicalDeviceVulkan12Features.vulkanMemoryModelDeviceScope
(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceVulkan12FeaturesModifier and TypeMethodDescription@NotNull Iterator
<VkPhysicalDeviceVulkan12Features> VkPhysicalDeviceVulkan12Features.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceVulkan12FeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan12Features.clone
(Arena arena, VkPhysicalDeviceVulkan12Features src) void
VkPhysicalDeviceVulkan12Features.Ptr.write
(long index, @NotNull VkPhysicalDeviceVulkan12Features value)