Uses of Record Class
club.doki7.vulkan.handle.VkBufferView
Packages that use VkBufferView
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkBufferView in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkBufferViewModifier and TypeMethodDescriptionvoid
VkDeviceCommands.destroyBufferView
(VkDevice device, @Nullable VkBufferView bufferView, @Nullable VkAllocationCallbacks pAllocator) -
Uses of VkBufferView in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkBufferViewModifier and TypeMethodDescription@Nullable VkBufferView
VkExportMetalTextureInfoEXT.bufferView()
Methods in club.doki7.vulkan.datatype with parameters of type VkBufferViewModifier and TypeMethodDescriptionVkExportMetalTextureInfoEXT.bufferView
(@Nullable VkBufferView value) -
Uses of VkBufferView in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkBufferViewModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkBufferView
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkBufferViewModifier and TypeMethodDescription@Nullable VkBufferView
VkBufferView.Ptr.read()
@Nullable VkBufferView
VkBufferView.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkBufferViewMethods in club.doki7.vulkan.handle with parameters of type VkBufferViewModifier and TypeMethodDescriptionstatic VkBufferView.Ptr
VkBufferView.Ptr.allocate
(Arena arena, @Nullable VkBufferView @NotNull [] values) static VkBufferView.Ptr
VkBufferView.Ptr.allocateV
(Arena arena, @Nullable VkBufferView value0, @Nullable VkBufferView... values) void
VkBufferView.Ptr.write
(long index, @Nullable VkBufferView value) void
VkBufferView.Ptr.write
(@Nullable VkBufferView value) void
VkBufferView.Ptr.write
(@Nullable VkBufferView[] values) void
VkBufferView.Ptr.writeV
(@Nullable VkBufferView value0, @Nullable VkBufferView... values) Method parameters in club.doki7.vulkan.handle with type arguments of type VkBufferViewModifier and TypeMethodDescriptionstatic VkBufferView.Ptr
VkBufferView.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkBufferView> values)