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