Click or drag to resize
Ab4d.SharpEngine logo

VkCoreCreateBufferView Method

[Missing <summary> documentation for "M:Ab4d.Vulkan.VkCore.CreateBufferView(Ab4d.Vulkan.Device,Ab4d.Vulkan.BufferViewCreateInfo*,Ab4d.Vulkan.AllocationCallbacks*,Ab4d.Vulkan.BufferView*)"]


Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntax
C#
public Result CreateBufferView(
	Device device,
	BufferViewCreateInfo* pCreateInfo,
	AllocationCallbacks* pAllocator,
	BufferView* pView
)

Parameters

device  Device

[Missing <param name="device"/> documentation for "M:Ab4d.Vulkan.VkCore.CreateBufferView(Ab4d.Vulkan.Device,Ab4d.Vulkan.BufferViewCreateInfo*,Ab4d.Vulkan.AllocationCallbacks*,Ab4d.Vulkan.BufferView*)"]

pCreateInfo  BufferViewCreateInfo*

[Missing <param name="pCreateInfo"/> documentation for "M:Ab4d.Vulkan.VkCore.CreateBufferView(Ab4d.Vulkan.Device,Ab4d.Vulkan.BufferViewCreateInfo*,Ab4d.Vulkan.AllocationCallbacks*,Ab4d.Vulkan.BufferView*)"]

pAllocator  AllocationCallbacks*

[Missing <param name="pAllocator"/> documentation for "M:Ab4d.Vulkan.VkCore.CreateBufferView(Ab4d.Vulkan.Device,Ab4d.Vulkan.BufferViewCreateInfo*,Ab4d.Vulkan.AllocationCallbacks*,Ab4d.Vulkan.BufferView*)"]

pView  BufferView*

[Missing <param name="pView"/> documentation for "M:Ab4d.Vulkan.VkCore.CreateBufferView(Ab4d.Vulkan.Device,Ab4d.Vulkan.BufferViewCreateInfo*,Ab4d.Vulkan.AllocationCallbacks*,Ab4d.Vulkan.BufferView*)"]

Return Value

Result

[Missing <returns> documentation for "M:Ab4d.Vulkan.VkCore.CreateBufferView(Ab4d.Vulkan.Device,Ab4d.Vulkan.BufferViewCreateInfo*,Ab4d.Vulkan.AllocationCallbacks*,Ab4d.Vulkan.BufferView*)"]

Remarks

Success codes:VK_SUCCESS

Error codes:VK_ERROR_OUT_OF_HOST_MEMORY, VK_ERROR_OUT_OF_DEVICE_MEMORY

See Also