public static class VkDeviceCreateInfo.Buffer extends org.lwjgl.system.StructBuffer<VkDeviceCreateInfo,VkDeviceCreateInfo.Buffer> implements org.lwjgl.system.NativeResource
VkDeviceCreateInfo structs.| Constructor and Description |
|---|
Buffer(java.nio.ByteBuffer container)
Creates a new
VkDeviceCreateInfo.Buffer instance backed by the specified container. |
Buffer(long address,
int cap) |
| Modifier and Type | Method and Description |
|---|---|
int |
enabledExtensionCount()
Returns the value of the
enabledExtensionCount field. |
int |
enabledLayerCount()
Returns the value of the
enabledLayerCount field. |
int |
flags()
Returns the value of the
flags field. |
VkDeviceCreateInfo.Buffer |
flags(int value)
Sets the specified value to the
flags field. |
VkPhysicalDeviceFeatures |
pEnabledFeatures()
Returns a
VkPhysicalDeviceFeatures view of the struct pointed to by the pEnabledFeatures field. |
VkDeviceCreateInfo.Buffer |
pEnabledFeatures(VkPhysicalDeviceFeatures value)
Sets the address of the specified
VkPhysicalDeviceFeatures to the pEnabledFeatures field. |
long |
pNext()
Returns the value of the
pNext field. |
VkDeviceCreateInfo.Buffer |
pNext(long value)
Sets the specified value to the
pNext field. |
org.lwjgl.PointerBuffer |
ppEnabledExtensionNames()
Returns a
PointerBuffer view of the data pointed to by the ppEnabledExtensionNames field. |
VkDeviceCreateInfo.Buffer |
ppEnabledExtensionNames(org.lwjgl.PointerBuffer value)
Sets the address of the specified
PointerBuffer to the ppEnabledExtensionNames field. |
org.lwjgl.PointerBuffer |
ppEnabledLayerNames()
Returns a
PointerBuffer view of the data pointed to by the ppEnabledLayerNames field. |
VkDeviceCreateInfo.Buffer |
ppEnabledLayerNames(org.lwjgl.PointerBuffer value)
Sets the address of the specified
PointerBuffer to the ppEnabledLayerNames field. |
VkDeviceQueueCreateInfo.Buffer |
pQueueCreateInfos()
Returns a
VkDeviceQueueCreateInfo.Buffer view of the struct array pointed to by the pQueueCreateInfos field. |
VkDeviceCreateInfo.Buffer |
pQueueCreateInfos(VkDeviceQueueCreateInfo.Buffer value)
Sets the address of the specified
VkDeviceQueueCreateInfo.Buffer to the pQueueCreateInfos field. |
int |
queueCreateInfoCount()
Returns the value of the
queueCreateInfoCount field. |
int |
sType()
Returns the value of the
sType field. |
VkDeviceCreateInfo.Buffer |
sType(int value)
Sets the specified value to the
sType field. |
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streampublic Buffer(java.nio.ByteBuffer container)
VkDeviceCreateInfo.Buffer instance backed by the specified container.
Changes to the container's content will be visible to the struct buffer instance and vice versa. The two buffers' position, limit, and mark values
will be independent. The new buffer's position will be zero, its capacity and its limit will be the number of bytes remaining in this buffer divided
by VkDeviceCreateInfo.SIZEOF, and its mark will be undefined.
The created buffer instance holds a strong reference to the container object.
public Buffer(long address,
int cap)
public int sType()
sType field.public long pNext()
pNext field.public int flags()
flags field.public int queueCreateInfoCount()
queueCreateInfoCount field.public VkDeviceQueueCreateInfo.Buffer pQueueCreateInfos()
VkDeviceQueueCreateInfo.Buffer view of the struct array pointed to by the pQueueCreateInfos field.public int enabledLayerCount()
enabledLayerCount field.@Nullable public org.lwjgl.PointerBuffer ppEnabledLayerNames()
PointerBuffer view of the data pointed to by the ppEnabledLayerNames field.public int enabledExtensionCount()
enabledExtensionCount field.@Nullable public org.lwjgl.PointerBuffer ppEnabledExtensionNames()
PointerBuffer view of the data pointed to by the ppEnabledExtensionNames field.@Nullable public VkPhysicalDeviceFeatures pEnabledFeatures()
VkPhysicalDeviceFeatures view of the struct pointed to by the pEnabledFeatures field.public VkDeviceCreateInfo.Buffer sType(int value)
sType field.public VkDeviceCreateInfo.Buffer pNext(long value)
pNext field.public VkDeviceCreateInfo.Buffer flags(int value)
flags field.public VkDeviceCreateInfo.Buffer pQueueCreateInfos(VkDeviceQueueCreateInfo.Buffer value)
VkDeviceQueueCreateInfo.Buffer to the pQueueCreateInfos field.public VkDeviceCreateInfo.Buffer ppEnabledLayerNames(@Nullable org.lwjgl.PointerBuffer value)
PointerBuffer to the ppEnabledLayerNames field.public VkDeviceCreateInfo.Buffer ppEnabledExtensionNames(@Nullable org.lwjgl.PointerBuffer value)
PointerBuffer to the ppEnabledExtensionNames field.public VkDeviceCreateInfo.Buffer pEnabledFeatures(@Nullable VkPhysicalDeviceFeatures value)
VkPhysicalDeviceFeatures to the pEnabledFeatures field.Copyright LWJGL. All Rights Reserved. License terms.