Package org.lwjgl.vulkan
Class VkDebugMarkerObjectTagInfoEXT
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkDebugMarkerObjectTagInfoEXT
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
public class VkDebugMarkerObjectTagInfoEXT extends Struct
Passed toDebugMarkerSetObjectTagEXTto attach arbitrary data to a Vulkan object.Member documentation
sType– the type of this structure. Must be:STRUCTURE_TYPE_DEBUG_MARKER_OBJECT_TAG_INFO_EXTpNext– reserved for use by extensionsobjectType– the type of the object to be tagged. One of:object– the object to be taggedtagName– a numerical identifier of the tagtagSize– the number of bytes of data to attach to the objectpTag– an array oftagSizebytes containing the data to be associated with the object
Layout
struct VkDebugMarkerObjectTagInfoEXT { VkStructureType sType; const void * pNext; VkDebugReportObjectTypeEXT objectType; uint64_t object; uint64_t tagName; size_t tagSize; const void * pTag; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classVkDebugMarkerObjectTagInfoEXT.BufferAn array ofVkDebugMarkerObjectTagInfoEXTstructs.-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
Fields Modifier and Type Field and Description static intSIZEOFThe struct size in bytes.-
Fields inherited from interface org.lwjgl.system.Pointer
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description VkDebugMarkerObjectTagInfoEXT(java.nio.ByteBuffer container)Creates aVkDebugMarkerObjectTagInfoEXTinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static VkDebugMarkerObjectTagInfoEXTcalloc()Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated withmemCalloc.static VkDebugMarkerObjectTagInfoEXT.Buffercalloc(int capacity)Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated withmemCalloc.static VkDebugMarkerObjectTagInfoEXTcallocStack()Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkDebugMarkerObjectTagInfoEXT.BuffercallocStack(int capacity)Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkDebugMarkerObjectTagInfoEXT.BuffercallocStack(int capacity, MemoryStack stack)Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkDebugMarkerObjectTagInfoEXTcallocStack(MemoryStack stack)Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkDebugMarkerObjectTagInfoEXTcreate()Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated withBufferUtils.static VkDebugMarkerObjectTagInfoEXT.Buffercreate(int capacity)Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated withBufferUtils.static VkDebugMarkerObjectTagInfoEXTcreate(long address)Returns a newVkDebugMarkerObjectTagInfoEXTinstance for the specified memory address ornullif the address isNULL.static VkDebugMarkerObjectTagInfoEXT.Buffercreate(long address, int capacity)Create aVkDebugMarkerObjectTagInfoEXT.Bufferinstance at the specified memory.static VkDebugMarkerObjectTagInfoEXTmalloc()Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated withmemAlloc.static VkDebugMarkerObjectTagInfoEXT.Buffermalloc(int capacity)Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated withmemAlloc.static VkDebugMarkerObjectTagInfoEXTmallocStack()Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated on the thread-localMemoryStack.static VkDebugMarkerObjectTagInfoEXT.BuffermallocStack(int capacity)Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated on the thread-localMemoryStack.static VkDebugMarkerObjectTagInfoEXT.BuffermallocStack(int capacity, MemoryStack stack)Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated on the specifiedMemoryStack.static VkDebugMarkerObjectTagInfoEXTmallocStack(MemoryStack stack)Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated on the specifiedMemoryStack.VkDebugMarkerObjectTagInfoEXTnset(long struct)Unsafe version ofset.longobject()Returns the value of theobjectfield.VkDebugMarkerObjectTagInfoEXTobject(long value)Sets the specified value to theobjectfield.intobjectType()Returns the value of theobjectTypefield.VkDebugMarkerObjectTagInfoEXTobjectType(int value)Sets the specified value to theobjectTypefield.longpNext()Returns the value of thepNextfield.VkDebugMarkerObjectTagInfoEXTpNext(long value)Sets the specified value to thepNextfield.java.nio.ByteBufferpTag()Returns aByteBufferview of the data pointed to by thepTagfield.VkDebugMarkerObjectTagInfoEXTpTag(java.nio.ByteBuffer value)Sets the address of the specifiedByteBufferto thepTagfield.VkDebugMarkerObjectTagInfoEXTset(int sType, long pNext, int objectType, long object, long tagName, java.nio.ByteBuffer pTag)Initializes this struct with the specified values.VkDebugMarkerObjectTagInfoEXTset(VkDebugMarkerObjectTagInfoEXT src)Copies the specified struct data to this struct.intsizeof()Returns thesizeof(struct).intsType()Returns the value of thesTypefield.VkDebugMarkerObjectTagInfoEXTsType(int value)Sets the specified value to thesTypefield.longtagName()Returns the value of thetagNamefield.VkDebugMarkerObjectTagInfoEXTtagName(long value)Sets the specified value to thetagNamefield.longtagSize()Returns the value of thetagSizefield.static voidvalidate(long struct)Validates pointer members that should not beNULL.static voidvalidate(long array, int count)CallsVkDebugMarkerObjectTagInfoEXT.validate(long)for each struct contained in the specified struct array.-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
-
-
-
Constructor Detail
-
VkDebugMarkerObjectTagInfoEXT
public VkDebugMarkerObjectTagInfoEXT(java.nio.ByteBuffer container)
Creates aVkDebugMarkerObjectTagInfoEXTinstance at the current position of the specifiedByteBuffercontainer. Changes to the buffer's content will be visible to the struct instance and vice versa.The created instance holds a strong reference to the container object.
-
-
Method Detail
-
sizeof
public int sizeof()
Description copied from class:StructReturns thesizeof(struct).
-
sType
public int sType()
Returns the value of thesTypefield.
-
pNext
public long pNext()
Returns the value of thepNextfield.
-
objectType
public int objectType()
Returns the value of theobjectTypefield.
-
object
public long object()
Returns the value of theobjectfield.
-
tagName
public long tagName()
Returns the value of thetagNamefield.
-
tagSize
public long tagSize()
Returns the value of thetagSizefield.
-
pTag
public java.nio.ByteBuffer pTag()
Returns aByteBufferview of the data pointed to by thepTagfield.
-
sType
public VkDebugMarkerObjectTagInfoEXT sType(int value)
Sets the specified value to thesTypefield.
-
pNext
public VkDebugMarkerObjectTagInfoEXT pNext(long value)
Sets the specified value to thepNextfield.
-
objectType
public VkDebugMarkerObjectTagInfoEXT objectType(int value)
Sets the specified value to theobjectTypefield.
-
object
public VkDebugMarkerObjectTagInfoEXT object(long value)
Sets the specified value to theobjectfield.
-
tagName
public VkDebugMarkerObjectTagInfoEXT tagName(long value)
Sets the specified value to thetagNamefield.
-
pTag
public VkDebugMarkerObjectTagInfoEXT pTag(java.nio.ByteBuffer value)
Sets the address of the specifiedByteBufferto thepTagfield.
-
set
public VkDebugMarkerObjectTagInfoEXT set(int sType, long pNext, int objectType, long object, long tagName, java.nio.ByteBuffer pTag)
Initializes this struct with the specified values.
-
nset
public VkDebugMarkerObjectTagInfoEXT nset(long struct)
Unsafe version ofset.
-
set
public VkDebugMarkerObjectTagInfoEXT set(VkDebugMarkerObjectTagInfoEXT src)
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
public static VkDebugMarkerObjectTagInfoEXT malloc()
Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static VkDebugMarkerObjectTagInfoEXT calloc()
Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static VkDebugMarkerObjectTagInfoEXT create()
Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated withBufferUtils.
-
create
public static VkDebugMarkerObjectTagInfoEXT create(long address)
Returns a newVkDebugMarkerObjectTagInfoEXTinstance for the specified memory address ornullif the address isNULL.
-
malloc
public static VkDebugMarkerObjectTagInfoEXT.Buffer malloc(int capacity)
Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static VkDebugMarkerObjectTagInfoEXT.Buffer calloc(int capacity)
Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static VkDebugMarkerObjectTagInfoEXT.Buffer create(int capacity)
Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static VkDebugMarkerObjectTagInfoEXT.Buffer create(long address, int capacity)
Create aVkDebugMarkerObjectTagInfoEXT.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
mallocStack
public static VkDebugMarkerObjectTagInfoEXT mallocStack()
Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated on the thread-localMemoryStack.
-
callocStack
public static VkDebugMarkerObjectTagInfoEXT callocStack()
Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.
-
mallocStack
public static VkDebugMarkerObjectTagInfoEXT mallocStack(MemoryStack stack)
Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
callocStack
public static VkDebugMarkerObjectTagInfoEXT callocStack(MemoryStack stack)
Returns a newVkDebugMarkerObjectTagInfoEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
mallocStack
public static VkDebugMarkerObjectTagInfoEXT.Buffer mallocStack(int capacity)
Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated on the thread-localMemoryStack.- Parameters:
capacity- the buffer capacity
-
callocStack
public static VkDebugMarkerObjectTagInfoEXT.Buffer callocStack(int capacity)
Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacity
-
mallocStack
public static VkDebugMarkerObjectTagInfoEXT.Buffer mallocStack(int capacity, MemoryStack stack)
Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
callocStack
public static VkDebugMarkerObjectTagInfoEXT.Buffer callocStack(int capacity, MemoryStack stack)
Returns a newVkDebugMarkerObjectTagInfoEXT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
validate
public static void validate(long struct)
Validates pointer members that should not beNULL.- Parameters:
struct- the struct to validate
-
validate
public static void validate(long array, int count)CallsVkDebugMarkerObjectTagInfoEXT.validate(long)for each struct contained in the specified struct array.- Parameters:
array- the struct array to validatecount- the number of structs inarray
-
-