Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVulkan13Features
Packages that use VkPhysicalDeviceVulkan13Features
-
Uses of VkPhysicalDeviceVulkan13Features in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceVulkan13FeaturesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceVulkan13Featuresstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVulkan13FeaturesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceVulkan13FeaturesVkPhysicalDeviceVulkan13Features.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceVulkan13Features.clone(Arena arena, VkPhysicalDeviceVulkan13Features src) VkPhysicalDeviceVulkan13Features.computeFullSubgroups(int value) VkPhysicalDeviceVulkan13Features.descriptorBindingInlineUniformBlockUpdateAfterBind(int value) VkPhysicalDeviceVulkan13Features.dynamicRendering(int value) VkPhysicalDeviceVulkan13Features.inlineUniformBlock(int value) VkPhysicalDeviceVulkan13Features.maintenance4(int value) VkPhysicalDeviceVulkan13Features.pipelineCreationCacheControl(int value) VkPhysicalDeviceVulkan13Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVulkan13Features.privateData(int value) VkPhysicalDeviceVulkan13Features.robustImageAccess(int value) VkPhysicalDeviceVulkan13Features.shaderDemoteToHelperInvocation(int value) VkPhysicalDeviceVulkan13Features.shaderIntegerDotProduct(int value) VkPhysicalDeviceVulkan13Features.shaderTerminateInvocation(int value) VkPhysicalDeviceVulkan13Features.shaderZeroInitializeWorkgroupMemory(int value) VkPhysicalDeviceVulkan13Features.sType(int value) VkPhysicalDeviceVulkan13Features.subgroupSizeControl(int value) VkPhysicalDeviceVulkan13Features.synchronization2(int value) VkPhysicalDeviceVulkan13Features.textureCompressionASTC_HDR(int value) VkPhysicalDeviceVulkan13Features.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceVulkan13FeaturesModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceVulkan13Features> VkPhysicalDeviceVulkan13Features.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceVulkan13FeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan13Features.clone(Arena arena, VkPhysicalDeviceVulkan13Features src) voidVkPhysicalDeviceVulkan13Features.Ptr.write(long index, @NotNull VkPhysicalDeviceVulkan13Features value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceVulkan13FeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan13Features.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceVulkan13Features> consumer)