Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceVulkan11Features
Packages that use VkPhysicalDeviceVulkan11Features
-
Uses of VkPhysicalDeviceVulkan11Features in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceVulkan11FeaturesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceVulkan11Featuresstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceVulkan11FeaturesModifier and TypeMethodDescription@NotNull VkPhysicalDeviceVulkan11FeaturesVkPhysicalDeviceVulkan11Features.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceVulkan11Features.clone(Arena arena, VkPhysicalDeviceVulkan11Features src) VkPhysicalDeviceVulkan11Features.multiview(int value) VkPhysicalDeviceVulkan11Features.multiviewGeometryShader(int value) VkPhysicalDeviceVulkan11Features.multiviewTessellationShader(int value) VkPhysicalDeviceVulkan11Features.pNext(@NotNull MemorySegment value) VkPhysicalDeviceVulkan11Features.protectedMemory(int value) VkPhysicalDeviceVulkan11Features.samplerYcbcrConversion(int value) VkPhysicalDeviceVulkan11Features.shaderDrawParameters(int value) VkPhysicalDeviceVulkan11Features.storageBuffer16BitAccess(int value) VkPhysicalDeviceVulkan11Features.storageInputOutput16(int value) VkPhysicalDeviceVulkan11Features.storagePushConstant16(int value) VkPhysicalDeviceVulkan11Features.sType(int value) VkPhysicalDeviceVulkan11Features.Ptr.toArray()VkPhysicalDeviceVulkan11Features.uniformAndStorageBuffer16BitAccess(int value) VkPhysicalDeviceVulkan11Features.variablePointers(int value) VkPhysicalDeviceVulkan11Features.variablePointersStorageBuffer(int value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceVulkan11FeaturesModifier and TypeMethodDescription@NotNull Iterator<VkPhysicalDeviceVulkan11Features> VkPhysicalDeviceVulkan11Features.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceVulkan11FeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan11Features.clone(Arena arena, VkPhysicalDeviceVulkan11Features src) voidVkPhysicalDeviceVulkan11Features.Ptr.write(long index, @NotNull VkPhysicalDeviceVulkan11Features value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceVulkan11FeaturesModifier and TypeMethodDescriptionVkPhysicalDeviceVulkan11Features.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceVulkan11Features> consumer)