Uses of Record Class
club.doki7.vulkan.datatype.VkShaderModuleValidationCacheCreateInfoEXT
Packages that use VkShaderModuleValidationCacheCreateInfoEXT
-
Uses of VkShaderModuleValidationCacheCreateInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkShaderModuleValidationCacheCreateInfoEXTModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkShaderModuleValidationCacheCreateInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkShaderModuleValidationCacheCreateInfoEXTModifier and TypeMethodDescriptionVkShaderModuleValidationCacheCreateInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkShaderModuleValidationCacheCreateInfoEXT.clone(Arena arena, VkShaderModuleValidationCacheCreateInfoEXT src) VkShaderModuleValidationCacheCreateInfoEXT.pNext(@NotNull MemorySegment value) VkShaderModuleValidationCacheCreateInfoEXT.sType(int value) VkShaderModuleValidationCacheCreateInfoEXT.Ptr.toArray()VkShaderModuleValidationCacheCreateInfoEXT.validationCache(@Nullable VkValidationCacheEXT value) Methods in club.doki7.vulkan.datatype that return types with arguments of type VkShaderModuleValidationCacheCreateInfoEXTMethods in club.doki7.vulkan.datatype with parameters of type VkShaderModuleValidationCacheCreateInfoEXTModifier and TypeMethodDescriptionVkShaderModuleValidationCacheCreateInfoEXT.clone(Arena arena, VkShaderModuleValidationCacheCreateInfoEXT src) voidVkShaderModuleValidationCacheCreateInfoEXT.Ptr.write(long index, @NotNull VkShaderModuleValidationCacheCreateInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkShaderModuleValidationCacheCreateInfoEXTModifier and TypeMethodDescriptionVkShaderModuleValidationCacheCreateInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkShaderModuleValidationCacheCreateInfoEXT> consumer)