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 recordRepresents a pointer to / an array ofVkPhysicalDeviceShaderModuleIdentifierFeaturesEXTstructure(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) voidVkPhysicalDeviceShaderModuleIdentifierFeaturesEXT.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)