Package org.lwjgl.vulkan
Class VkDebugUtilsMessengerCallbackDataEXT.Buffer
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.CustomBuffer<VkDebugUtilsMessengerCallbackDataEXT.Buffer>
org.lwjgl.system.StructBuffer<VkDebugUtilsMessengerCallbackDataEXT,VkDebugUtilsMessengerCallbackDataEXT.Buffer>
org.lwjgl.vulkan.VkDebugUtilsMessengerCallbackDataEXT.Buffer
- All Implemented Interfaces:
AutoCloseable,Iterable<VkDebugUtilsMessengerCallbackDataEXT>,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
- Enclosing class:
VkDebugUtilsMessengerCallbackDataEXT
public static class VkDebugUtilsMessengerCallbackDataEXT.Buffer
extends org.lwjgl.system.StructBuffer<VkDebugUtilsMessengerCallbackDataEXT,VkDebugUtilsMessengerCallbackDataEXT.Buffer>
implements org.lwjgl.system.NativeResource
An array of
VkDebugUtilsMessengerCallbackDataEXT structs.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionBuffer(long address, int cap) Buffer(ByteBuffer container) Creates a newVkDebugUtilsMessengerCallbackDataEXT.Bufferinstance backed by the specified container. -
Method Summary
Modifier and TypeMethodDescriptionintintflags()flags(int value) Sets the specified value to theVkDebugUtilsMessengerCallbackDataEXT.flags()field.intmessageIdNumber(int value) Sets the specified value to theVkDebugUtilsMessengerCallbackDataEXT.messageIdNumber()field.int@Nullable VkDebugUtilsLabelEXT.BufferpCmdBufLabels(@Nullable VkDebugUtilsLabelEXT.Buffer value) Sets the address of the specifiedVkDebugUtilsLabelEXT.Bufferto theVkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabels()field.@Nullable ByteBufferpMessage()pMessage(@Nullable ByteBuffer value) Sets the address of the specified encoded string to theVkDebugUtilsMessengerCallbackDataEXT.pMessage()field.@Nullable ByteBufferpMessageIdName(@Nullable ByteBuffer value) Sets the address of the specified encoded string to theVkDebugUtilsMessengerCallbackDataEXT.pMessageIdName()field.@Nullable String@Nullable StringlongpNext()pNext(long value) Sets the specified value to theVkDebugUtilsMessengerCallbackDataEXT.pNext()field.Prepends the specifiedVkDeviceAddressBindingCallbackDataEXTvalue to thepNextchain.@Nullable VkDebugUtilsObjectNameInfoEXT.BufferpObjects()pObjects(@Nullable VkDebugUtilsObjectNameInfoEXT.Buffer value) Sets the address of the specifiedVkDebugUtilsObjectNameInfoEXT.Bufferto theVkDebugUtilsMessengerCallbackDataEXT.pObjects()field.@Nullable VkDebugUtilsLabelEXT.BufferpQueueLabels(@Nullable VkDebugUtilsLabelEXT.Buffer value) Sets the address of the specifiedVkDebugUtilsLabelEXT.Bufferto theVkDebugUtilsMessengerCallbackDataEXT.pQueueLabels()field.intintsType()sType(int value) Sets the specified value to theVkDebugUtilsMessengerCallbackDataEXT.sType()field.Sets theSTRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CALLBACK_DATA_EXTvalue to theVkDebugUtilsMessengerCallbackDataEXT.sType()field.Methods inherited from class org.lwjgl.system.StructBuffer
apply, apply, forEach, get, get, get, get, iterator, parallelStream, put, put, sizeof, spliterator, streamMethods inherited from class org.lwjgl.system.CustomBuffer
address, address, address0, capacity, clear, compact, duplicate, flip, free, hasRemaining, limit, limit, mark, position, position, put, remaining, reset, rewind, slice, slice, toStringMethods inherited from class org.lwjgl.system.Pointer.Default
equals, hashCodeMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Constructor Details
-
Buffer
Creates a newVkDebugUtilsMessengerCallbackDataEXT.Bufferinstance 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
VkDebugUtilsMessengerCallbackDataEXT.SIZEOF, and its mark will be undefined.The created buffer instance holds a strong reference to the container object.
-
Buffer
public Buffer(long address, int cap)
-
-
Method Details
-
sType
public int sType()- Returns:
- the value of the
VkDebugUtilsMessengerCallbackDataEXT.sType()field.
-
pNext
public long pNext()- Returns:
- the value of the
VkDebugUtilsMessengerCallbackDataEXT.pNext()field.
-
flags
public int flags()- Returns:
- the value of the
VkDebugUtilsMessengerCallbackDataEXT.flags()field.
-
pMessageIdName
- Returns:
- a
ByteBufferview of the null-terminated string pointed to by theVkDebugUtilsMessengerCallbackDataEXT.pMessageIdName()field.
-
pMessageIdNameString
- Returns:
- the null-terminated string pointed to by the
VkDebugUtilsMessengerCallbackDataEXT.pMessageIdName()field.
-
messageIdNumber
public int messageIdNumber()- Returns:
- the value of the
VkDebugUtilsMessengerCallbackDataEXT.messageIdNumber()field.
-
pMessage
- Returns:
- a
ByteBufferview of the null-terminated string pointed to by theVkDebugUtilsMessengerCallbackDataEXT.pMessage()field.
-
pMessageString
- Returns:
- the null-terminated string pointed to by the
VkDebugUtilsMessengerCallbackDataEXT.pMessage()field.
-
queueLabelCount
public int queueLabelCount()- Returns:
- the value of the
VkDebugUtilsMessengerCallbackDataEXT.queueLabelCount()field.
-
pQueueLabels
- Returns:
- a
VkDebugUtilsLabelEXT.Bufferview of the struct array pointed to by theVkDebugUtilsMessengerCallbackDataEXT.pQueueLabels()field.
-
cmdBufLabelCount
public int cmdBufLabelCount()- Returns:
- the value of the
VkDebugUtilsMessengerCallbackDataEXT.cmdBufLabelCount()field.
-
pCmdBufLabels
- Returns:
- a
VkDebugUtilsLabelEXT.Bufferview of the struct array pointed to by theVkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabels()field.
-
objectCount
public int objectCount()- Returns:
- the value of the
VkDebugUtilsMessengerCallbackDataEXT.objectCount()field.
-
pObjects
- Returns:
- a
VkDebugUtilsObjectNameInfoEXT.Bufferview of the struct array pointed to by theVkDebugUtilsMessengerCallbackDataEXT.pObjects()field.
-
sType
Sets the specified value to theVkDebugUtilsMessengerCallbackDataEXT.sType()field. -
sType$Default
Sets theSTRUCTURE_TYPE_DEBUG_UTILS_MESSENGER_CALLBACK_DATA_EXTvalue to theVkDebugUtilsMessengerCallbackDataEXT.sType()field. -
pNext
Sets the specified value to theVkDebugUtilsMessengerCallbackDataEXT.pNext()field. -
pNext
public VkDebugUtilsMessengerCallbackDataEXT.Buffer pNext(VkDeviceAddressBindingCallbackDataEXT value) Prepends the specifiedVkDeviceAddressBindingCallbackDataEXTvalue to thepNextchain. -
flags
Sets the specified value to theVkDebugUtilsMessengerCallbackDataEXT.flags()field. -
pMessageIdName
Sets the address of the specified encoded string to theVkDebugUtilsMessengerCallbackDataEXT.pMessageIdName()field. -
messageIdNumber
Sets the specified value to theVkDebugUtilsMessengerCallbackDataEXT.messageIdNumber()field. -
pMessage
Sets the address of the specified encoded string to theVkDebugUtilsMessengerCallbackDataEXT.pMessage()field. -
pQueueLabels
public VkDebugUtilsMessengerCallbackDataEXT.Buffer pQueueLabels(@Nullable VkDebugUtilsLabelEXT.Buffer value) Sets the address of the specifiedVkDebugUtilsLabelEXT.Bufferto theVkDebugUtilsMessengerCallbackDataEXT.pQueueLabels()field. -
pCmdBufLabels
public VkDebugUtilsMessengerCallbackDataEXT.Buffer pCmdBufLabels(@Nullable VkDebugUtilsLabelEXT.Buffer value) Sets the address of the specifiedVkDebugUtilsLabelEXT.Bufferto theVkDebugUtilsMessengerCallbackDataEXT.pCmdBufLabels()field. -
pObjects
public VkDebugUtilsMessengerCallbackDataEXT.Buffer pObjects(@Nullable VkDebugUtilsObjectNameInfoEXT.Buffer value) Sets the address of the specifiedVkDebugUtilsObjectNameInfoEXT.Bufferto theVkDebugUtilsMessengerCallbackDataEXT.pObjects()field.
-