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