Update vk_layer.h
Correct comment for VkLayer*CreateInfo's sType
This commit is contained in:
parent
4e7a9528f9
commit
7424dfbe4b
1 changed files with 2 additions and 2 deletions
|
|
@ -294,7 +294,7 @@ typedef VkResult (VKAPI_PTR *PFN_vkSetDeviceLoaderData)(VkDevice device,
|
||||||
void *object);
|
void *object);
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
VkStructureType sType; // VK_STRUCTURE_TYPE_LAYER_INSTANCE_CREATE_INFO
|
VkStructureType sType; // VK_STRUCTURE_TYPE_LOADER_INSTANCE_CREATE_INFO
|
||||||
const void *pNext;
|
const void *pNext;
|
||||||
VkLayerFunction function;
|
VkLayerFunction function;
|
||||||
union {
|
union {
|
||||||
|
|
@ -310,7 +310,7 @@ typedef struct VkLayerDeviceLink_ {
|
||||||
} VkLayerDeviceLink;
|
} VkLayerDeviceLink;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
VkStructureType sType; // VK_STRUCTURE_TYPE_LAYER_DEVICE_CREATE_INFO
|
VkStructureType sType; // VK_STRUCTURE_TYPE_LOADER_DEVICE_CREATE_INFO
|
||||||
const void *pNext;
|
const void *pNext;
|
||||||
VkLayerFunction function;
|
VkLayerFunction function;
|
||||||
union {
|
union {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue