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 TypeMethodDescriptionint
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkBufferViewCreateInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkBufferViewCreateInfoModifier and TypeMethodDescriptionstatic VkBufferViewCreateInfo
@NotNull VkBufferViewCreateInfo
VkBufferViewCreateInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkBufferViewCreateInfo
VkBufferViewCreateInfo.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 VkBufferViewCreateInfo
VkBufferViewCreateInfo.clone
(Arena arena, VkBufferViewCreateInfo src) void
VkBufferViewCreateInfo.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)