Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
Packages that use VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
-
Uses of VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceShaderModuleIdentifierFeaturesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceShaderModuleIdentifierFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.clone
(Arena arena, VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT src) VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.shaderModuleIdentifier
(int value) VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.sType
(int value) VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceShaderModuleIdentifierFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceShaderModuleIdentifierFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.clone
(Arena arena, VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT src) void
VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptr.write
(long index, @NotNull VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceShaderModuleIdentifierFeaturesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT> consumer)