Uses of Record Class
tech.icey.vk4j.handle.VkDescriptorSetLayout
Packages that use VkDescriptorSetLayout
-
Uses of VkDescriptorSetLayout in tech.icey.vk4j.command
Methods in tech.icey.vk4j.command with parameters of type VkDescriptorSetLayoutModifier and TypeMethodDescriptionvoidDeviceCommands.vkDestroyDescriptorSetLayout(VkDevice device, @Nullable VkDescriptorSetLayout descriptorSetLayout, @Nullable VkAllocationCallbacks pAllocator) voidDeviceCommands.vkGetDescriptorSetLayoutBindingOffsetEXT(VkDevice device, VkDescriptorSetLayout layout, int binding, tech.icey.panama.buffer.LongBuffer pOffset) voidDeviceCommands.vkGetDescriptorSetLayoutSizeEXT(VkDevice device, VkDescriptorSetLayout layout, tech.icey.panama.buffer.LongBuffer pLayoutSizeInBytes) -
Uses of VkDescriptorSetLayout in tech.icey.vk4j.datatype
Methods in tech.icey.vk4j.datatype that return VkDescriptorSetLayoutModifier and TypeMethodDescription@Nullable VkDescriptorSetLayoutVkDescriptorSetBindingReferenceVALVE.descriptorSetLayout()@Nullable VkDescriptorSetLayoutVkDescriptorUpdateTemplateCreateInfo.descriptorSetLayout()Methods in tech.icey.vk4j.datatype with parameters of type VkDescriptorSetLayoutModifier and TypeMethodDescriptionvoidVkDescriptorSetBindingReferenceVALVE.descriptorSetLayout(@Nullable VkDescriptorSetLayout value) voidVkDescriptorUpdateTemplateCreateInfo.descriptorSetLayout(@Nullable VkDescriptorSetLayout value) -
Uses of VkDescriptorSetLayout in tech.icey.vk4j.handle
Methods in tech.icey.vk4j.handle that return VkDescriptorSetLayoutModifier and TypeMethodDescriptionVkDescriptorSetLayout.Buffer.read()VkDescriptorSetLayout.Buffer.read(long index) VkDescriptorSetLayout.Buffer.readAll()Methods in tech.icey.vk4j.handle with parameters of type VkDescriptorSetLayoutModifier and TypeMethodDescriptionvoidVkDescriptorSetLayout.Buffer.write(long index, VkDescriptorSetLayout value) voidVkDescriptorSetLayout.Buffer.write(VkDescriptorSetLayout value)