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