Uses of Record Class
tech.icey.vk4j.handle.VkValidationCacheEXT
Packages that use VkValidationCacheEXT
-
Uses of VkValidationCacheEXT in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkValidationCacheEXTModifier and TypeMethodDescriptionvoidDeviceCommands.vkDestroyValidationCacheEXT(VkDevice device, VkValidationCacheEXT validationCache, VkAllocationCallbacks pAllocator) intDeviceCommands.vkGetValidationCacheDataEXT(VkDevice device, VkValidationCacheEXT validationCache, tech.icey.panama.buffer.PointerBuffer pDataSize, MemorySegment pData) intDeviceCommands.vkMergeValidationCachesEXT(VkDevice device, VkValidationCacheEXT dstCache, int srcCacheCount, VkValidationCacheEXT.Buffer pSrcCaches) -
Uses of VkValidationCacheEXT in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.datatype that return VkValidationCacheEXTMethods in tech.icey.vk4j.datatype with parameters of type VkValidationCacheEXTModifier and TypeMethodDescriptionvoidVkShaderModuleValidationCacheCreateInfoEXT.validationCache(VkValidationCacheEXT value) -
Uses of VkValidationCacheEXT in tech.icey.vk4j.handle
Methods in tech.icey.vk4j.handle that return VkValidationCacheEXTModifier and TypeMethodDescriptionVkValidationCacheEXT.Buffer.read()VkValidationCacheEXT.Buffer.read(long index) VkValidationCacheEXT.Buffer.readAll()Methods in tech.icey.vk4j.handle with parameters of type VkValidationCacheEXTModifier and TypeMethodDescriptionvoidVkValidationCacheEXT.Buffer.write(long index, VkValidationCacheEXT value) voidVkValidationCacheEXT.Buffer.write(VkValidationCacheEXT value)