Uses of Record Class
club.doki7.vulkan.datatype.VkScreenBufferFormatPropertiesQNX
Packages that use VkScreenBufferFormatPropertiesQNX
-
Uses of VkScreenBufferFormatPropertiesQNX in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkScreenBufferFormatPropertiesQNXModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkScreenBufferFormatPropertiesQNXstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkScreenBufferFormatPropertiesQNXModifier and TypeMethodDescription@NotNull VkScreenBufferFormatPropertiesQNXVkScreenBufferFormatPropertiesQNX.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkScreenBufferFormatPropertiesQNX.clone(Arena arena, VkScreenBufferFormatPropertiesQNX src) VkScreenBufferFormatPropertiesQNX.externalFormat(long value) VkScreenBufferFormatPropertiesQNX.format(int value) VkScreenBufferFormatPropertiesQNX.formatFeatures(int value) VkScreenBufferFormatPropertiesQNX.pNext(@NotNull MemorySegment value) VkScreenBufferFormatPropertiesQNX.samplerYcbcrConversionComponents(@NotNull VkComponentMapping value) VkScreenBufferFormatPropertiesQNX.samplerYcbcrConversionComponents(Consumer<@NotNull VkComponentMapping> consumer) VkScreenBufferFormatPropertiesQNX.screenUsage(long value) VkScreenBufferFormatPropertiesQNX.sType(int value) VkScreenBufferFormatPropertiesQNX.suggestedXChromaOffset(int value) VkScreenBufferFormatPropertiesQNX.suggestedYcbcrModel(int value) VkScreenBufferFormatPropertiesQNX.suggestedYcbcrRange(int value) VkScreenBufferFormatPropertiesQNX.suggestedYChromaOffset(int value) VkScreenBufferFormatPropertiesQNX.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkScreenBufferFormatPropertiesQNXModifier and TypeMethodDescription@NotNull Iterator<VkScreenBufferFormatPropertiesQNX> VkScreenBufferFormatPropertiesQNX.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkScreenBufferFormatPropertiesQNXModifier and TypeMethodDescriptionVkScreenBufferFormatPropertiesQNX.clone(Arena arena, VkScreenBufferFormatPropertiesQNX src) voidVkScreenBufferFormatPropertiesQNX.Ptr.write(long index, @NotNull VkScreenBufferFormatPropertiesQNX value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkScreenBufferFormatPropertiesQNXModifier and TypeMethodDescriptionVkScreenBufferFormatPropertiesQNX.Ptr.at(long index, @NotNull Consumer<@NotNull VkScreenBufferFormatPropertiesQNX> consumer)