Uses of Record Class
club.doki7.vulkan.datatype.VkBufferViewCreateInfo
Packages that use VkBufferViewCreateInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkBufferViewCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBufferViewCreateInfoModifier and TypeMethodDescriptionintVkDeviceCommands.createBufferView(VkDevice device, VkBufferViewCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkBufferView.Ptr pView) -
Uses of VkBufferViewCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkBufferViewCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkBufferViewCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferViewCreateInfoModifier and TypeMethodDescriptionstatic VkBufferViewCreateInfo@NotNull VkBufferViewCreateInfoVkBufferViewCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkBufferViewCreateInfoVkBufferViewCreateInfo.clone(Arena arena, VkBufferViewCreateInfo src) VkBufferViewCreateInfo.flags(int value) VkBufferViewCreateInfo.format(int value) VkBufferViewCreateInfo.offset(long value) VkBufferViewCreateInfo.pNext(@NotNull MemorySegment value) VkBufferViewCreateInfo.range(long value) VkBufferViewCreateInfo.sType(int value) VkBufferViewCreateInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkBufferViewCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkBufferViewCreateInfo> VkBufferViewCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkBufferViewCreateInfoModifier and TypeMethodDescriptionstatic VkBufferViewCreateInfoVkBufferViewCreateInfo.clone(Arena arena, VkBufferViewCreateInfo src) voidVkBufferViewCreateInfo.Ptr.write(long index, @NotNull VkBufferViewCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkBufferViewCreateInfoModifier and TypeMethodDescriptionVkBufferViewCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkBufferViewCreateInfo> consumer)