Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT
Packages that use VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT
-
Uses of VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.clone(Arena arena, VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT src) VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.nonSeamlessCubeMap(int value) VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.pNext(@NotNull MemorySegment value) VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.sType(int value) VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.clone(Arena arena, VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT src) voidVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.Ptr.write(long index, @NotNull VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceNonSeamlessCubeMapFeaturesEXT> consumer)