Uses of Record Class
club.doki7.vulkan.datatype.VkBufferCollectionPropertiesFUCHSIA
Packages that use VkBufferCollectionPropertiesFUCHSIA
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkBufferCollectionPropertiesFUCHSIA in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBufferCollectionPropertiesFUCHSIAModifier and TypeMethodDescriptionintVkDeviceCommands.getBufferCollectionPropertiesFUCHSIA(VkDevice device, VkBufferCollectionFUCHSIA collection, VkBufferCollectionPropertiesFUCHSIA pProperties) -
Uses of VkBufferCollectionPropertiesFUCHSIA in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBufferCollectionPropertiesFUCHSIAModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkBufferCollectionPropertiesFUCHSIAstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferCollectionPropertiesFUCHSIAModifier and TypeMethodDescription@NotNull VkBufferCollectionPropertiesFUCHSIAVkBufferCollectionPropertiesFUCHSIA.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkBufferCollectionPropertiesFUCHSIA.bufferCount(int value) VkBufferCollectionPropertiesFUCHSIA.clone(Arena arena, VkBufferCollectionPropertiesFUCHSIA src) VkBufferCollectionPropertiesFUCHSIA.createInfoIndex(int value) VkBufferCollectionPropertiesFUCHSIA.formatFeatures(int value) VkBufferCollectionPropertiesFUCHSIA.memoryTypeBits(int value) VkBufferCollectionPropertiesFUCHSIA.pNext(@NotNull MemorySegment value) VkBufferCollectionPropertiesFUCHSIA.samplerYcbcrConversionComponents(@NotNull VkComponentMapping value) VkBufferCollectionPropertiesFUCHSIA.samplerYcbcrConversionComponents(Consumer<@NotNull VkComponentMapping> consumer) VkBufferCollectionPropertiesFUCHSIA.sType(int value) VkBufferCollectionPropertiesFUCHSIA.suggestedXChromaOffset(int value) VkBufferCollectionPropertiesFUCHSIA.suggestedYcbcrModel(int value) VkBufferCollectionPropertiesFUCHSIA.suggestedYcbcrRange(int value) VkBufferCollectionPropertiesFUCHSIA.suggestedYChromaOffset(int value) VkBufferCollectionPropertiesFUCHSIA.sysmemColorSpaceIndex(@NotNull VkSysmemColorSpaceFUCHSIA value) VkBufferCollectionPropertiesFUCHSIA.sysmemColorSpaceIndex(Consumer<@NotNull VkSysmemColorSpaceFUCHSIA> consumer) VkBufferCollectionPropertiesFUCHSIA.sysmemPixelFormat(long value) VkBufferCollectionPropertiesFUCHSIA.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBufferCollectionPropertiesFUCHSIAModifier and TypeMethodDescription@NotNull Iterator<VkBufferCollectionPropertiesFUCHSIA> VkBufferCollectionPropertiesFUCHSIA.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkBufferCollectionPropertiesFUCHSIAModifier and TypeMethodDescriptionVkBufferCollectionPropertiesFUCHSIA.clone(Arena arena, VkBufferCollectionPropertiesFUCHSIA src) voidVkBufferCollectionPropertiesFUCHSIA.Ptr.write(long index, @NotNull VkBufferCollectionPropertiesFUCHSIA value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBufferCollectionPropertiesFUCHSIAModifier and TypeMethodDescriptionVkBufferCollectionPropertiesFUCHSIA.Ptr.at(long index, @NotNull Consumer<@NotNull VkBufferCollectionPropertiesFUCHSIA> consumer)