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