public class NVXImageViewHandle
extends java.lang.Object
VK_NVX_image_view_handle| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VK_NVX_IMAGE_VIEW_HANDLE_EXTENSION_NAME
The extension name.
|
static int |
VK_NVX_IMAGE_VIEW_HANDLE_SPEC_VERSION
The extension specification version.
|
static int |
VK_STRUCTURE_TYPE_IMAGE_VIEW_HANDLE_INFO_NVX
Extends
VkStructureType. |
| Modifier and Type | Method and Description |
|---|---|
static int |
nvkGetImageViewHandleNVX(org.lwjgl.vulkan.VkDevice device,
long pInfo)
Unsafe version of:
GetImageViewHandleNVX |
static int |
vkGetImageViewHandleNVX(org.lwjgl.vulkan.VkDevice device,
VkImageViewHandleInfoNVX pInfo)
Get the handle for an image view for a specific descriptor type.
|
public static final int VK_NVX_IMAGE_VIEW_HANDLE_SPEC_VERSION
public static final java.lang.String VK_NVX_IMAGE_VIEW_HANDLE_EXTENSION_NAME
public static final int VK_STRUCTURE_TYPE_IMAGE_VIEW_HANDLE_INFO_NVX
VkStructureType.public static int nvkGetImageViewHandleNVX(org.lwjgl.vulkan.VkDevice device,
long pInfo)
GetImageViewHandleNVXpublic static int vkGetImageViewHandleNVX(org.lwjgl.vulkan.VkDevice device,
VkImageViewHandleInfoNVX pInfo)
To get the handle for an image view, call:
uint32_t vkGetImageViewHandleNVX(
VkDevice device,
const VkImageViewHandleInfoNVX* pInfo);
device must be a valid VkDevice handlepInfo must be a valid pointer to a valid VkImageViewHandleInfoNVX structuredevice - the logical device that owns the image view.pInfo - describes the image view to query and type of handle.Copyright LWJGL. All Rights Reserved. License terms.