Package org.lwjgl.vulkan
Class VkDebugMarkerMarkerInfoEXT
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkDebugMarkerMarkerInfoEXT
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
public class VkDebugMarkerMarkerInfoEXT extends Struct
Passed toCmdDebugMarkerBeginEXTandCmdDebugMarkerInsertEXT.Member documentation
sType– the type of this structure. Must be:STRUCTURE_TYPE_DEBUG_MARKER_MARKER_INFO_EXTpNext– reserved for use by extensionspMarkerName– a pointer to a null-terminated UTF-8 string that contains the name of the markercolor– an optional RGBA color value that can be associated with the marker. A particular implementation may choose to ignore this color value. The values contain RGBA values in order, in the range 0.0 to 1.0. If all elements incolorare set to 0.0 then it is ignored.
Layout
struct VkDebugMarkerMarkerInfoEXT { VkStructureType sType; const void * pNext; const char * pMarkerName; float[4] color; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classVkDebugMarkerMarkerInfoEXT.BufferAn array ofVkDebugMarkerMarkerInfoEXTstructs.-
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 VkDebugMarkerMarkerInfoEXT(java.nio.ByteBuffer container)Creates aVkDebugMarkerMarkerInfoEXTinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static VkDebugMarkerMarkerInfoEXTcalloc()Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated withmemCalloc.static VkDebugMarkerMarkerInfoEXT.Buffercalloc(int capacity)Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated withmemCalloc.static VkDebugMarkerMarkerInfoEXTcallocStack()Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkDebugMarkerMarkerInfoEXT.BuffercallocStack(int capacity)Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkDebugMarkerMarkerInfoEXT.BuffercallocStack(int capacity, MemoryStack stack)Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkDebugMarkerMarkerInfoEXTcallocStack(MemoryStack stack)Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.java.nio.FloatBuffercolor()Returns aFloatBufferview of thecolorfield.VkDebugMarkerMarkerInfoEXTcolor(java.nio.FloatBuffer value)Copies the specifiedFloatBufferto thecolorfield.floatcolor(int index)Returns the value at the specified index of thecolorfield.VkDebugMarkerMarkerInfoEXTcolor(int index, float value)Sets the specified value at the specified index of thecolorfield.static VkDebugMarkerMarkerInfoEXTcreate()Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated withBufferUtils.static VkDebugMarkerMarkerInfoEXT.Buffercreate(int capacity)Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated withBufferUtils.static VkDebugMarkerMarkerInfoEXTcreate(long address)Returns a newVkDebugMarkerMarkerInfoEXTinstance for the specified memory address ornullif the address isNULL.static VkDebugMarkerMarkerInfoEXT.Buffercreate(long address, int capacity)Create aVkDebugMarkerMarkerInfoEXT.Bufferinstance at the specified memory.static VkDebugMarkerMarkerInfoEXTmalloc()Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated withmemAlloc.static VkDebugMarkerMarkerInfoEXT.Buffermalloc(int capacity)Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated withmemAlloc.static VkDebugMarkerMarkerInfoEXTmallocStack()Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated on the thread-localMemoryStack.static VkDebugMarkerMarkerInfoEXT.BuffermallocStack(int capacity)Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated on the thread-localMemoryStack.static VkDebugMarkerMarkerInfoEXT.BuffermallocStack(int capacity, MemoryStack stack)Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated on the specifiedMemoryStack.static VkDebugMarkerMarkerInfoEXTmallocStack(MemoryStack stack)Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated on the specifiedMemoryStack.VkDebugMarkerMarkerInfoEXTnset(long struct)Unsafe version ofset.java.nio.ByteBufferpMarkerName()Returns aByteBufferview of the null-terminated string pointed to by thepMarkerNamefield.VkDebugMarkerMarkerInfoEXTpMarkerName(java.nio.ByteBuffer value)Sets the address of the specified encoded string to thepMarkerNamefield.java.lang.StringpMarkerNameString()Decodes the null-terminated string pointed to by thepMarkerNamefield.longpNext()Returns the value of thepNextfield.VkDebugMarkerMarkerInfoEXTpNext(long value)Sets the specified value to thepNextfield.VkDebugMarkerMarkerInfoEXTset(int sType, long pNext, java.nio.ByteBuffer pMarkerName, java.nio.FloatBuffer color)Initializes this struct with the specified values.VkDebugMarkerMarkerInfoEXTset(VkDebugMarkerMarkerInfoEXT src)Copies the specified struct data to this struct.intsizeof()Returns thesizeof(struct).intsType()Returns the value of thesTypefield.VkDebugMarkerMarkerInfoEXTsType(int value)Sets the specified value to thesTypefield.static voidvalidate(long struct)Validates pointer members that should not beNULL.static voidvalidate(long array, int count)CallsVkDebugMarkerMarkerInfoEXT.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
-
VkDebugMarkerMarkerInfoEXT
public VkDebugMarkerMarkerInfoEXT(java.nio.ByteBuffer container)
Creates aVkDebugMarkerMarkerInfoEXTinstance 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.
-
pMarkerName
public java.nio.ByteBuffer pMarkerName()
Returns aByteBufferview of the null-terminated string pointed to by thepMarkerNamefield.
-
pMarkerNameString
public java.lang.String pMarkerNameString()
Decodes the null-terminated string pointed to by thepMarkerNamefield.
-
color
public java.nio.FloatBuffer color()
Returns aFloatBufferview of thecolorfield.
-
color
public float color(int index)
Returns the value at the specified index of thecolorfield.
-
sType
public VkDebugMarkerMarkerInfoEXT sType(int value)
Sets the specified value to thesTypefield.
-
pNext
public VkDebugMarkerMarkerInfoEXT pNext(long value)
Sets the specified value to thepNextfield.
-
pMarkerName
public VkDebugMarkerMarkerInfoEXT pMarkerName(java.nio.ByteBuffer value)
Sets the address of the specified encoded string to thepMarkerNamefield.
-
color
public VkDebugMarkerMarkerInfoEXT color(java.nio.FloatBuffer value)
Copies the specifiedFloatBufferto thecolorfield.
-
color
public VkDebugMarkerMarkerInfoEXT color(int index, float value)
Sets the specified value at the specified index of thecolorfield.
-
set
public VkDebugMarkerMarkerInfoEXT set(int sType, long pNext, java.nio.ByteBuffer pMarkerName, java.nio.FloatBuffer color)
Initializes this struct with the specified values.
-
nset
public VkDebugMarkerMarkerInfoEXT nset(long struct)
Unsafe version ofset.
-
set
public VkDebugMarkerMarkerInfoEXT set(VkDebugMarkerMarkerInfoEXT src)
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
public static VkDebugMarkerMarkerInfoEXT malloc()
Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static VkDebugMarkerMarkerInfoEXT calloc()
Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static VkDebugMarkerMarkerInfoEXT create()
Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated withBufferUtils.
-
create
public static VkDebugMarkerMarkerInfoEXT create(long address)
Returns a newVkDebugMarkerMarkerInfoEXTinstance for the specified memory address ornullif the address isNULL.
-
malloc
public static VkDebugMarkerMarkerInfoEXT.Buffer malloc(int capacity)
Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static VkDebugMarkerMarkerInfoEXT.Buffer calloc(int capacity)
Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static VkDebugMarkerMarkerInfoEXT.Buffer create(int capacity)
Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static VkDebugMarkerMarkerInfoEXT.Buffer create(long address, int capacity)
Create aVkDebugMarkerMarkerInfoEXT.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
mallocStack
public static VkDebugMarkerMarkerInfoEXT mallocStack()
Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated on the thread-localMemoryStack.
-
callocStack
public static VkDebugMarkerMarkerInfoEXT callocStack()
Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.
-
mallocStack
public static VkDebugMarkerMarkerInfoEXT mallocStack(MemoryStack stack)
Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
callocStack
public static VkDebugMarkerMarkerInfoEXT callocStack(MemoryStack stack)
Returns a newVkDebugMarkerMarkerInfoEXTinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
mallocStack
public static VkDebugMarkerMarkerInfoEXT.Buffer mallocStack(int capacity)
Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated on the thread-localMemoryStack.- Parameters:
capacity- the buffer capacity
-
callocStack
public static VkDebugMarkerMarkerInfoEXT.Buffer callocStack(int capacity)
Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacity
-
mallocStack
public static VkDebugMarkerMarkerInfoEXT.Buffer mallocStack(int capacity, MemoryStack stack)
Returns a newVkDebugMarkerMarkerInfoEXT.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
callocStack
public static VkDebugMarkerMarkerInfoEXT.Buffer callocStack(int capacity, MemoryStack stack)
Returns a newVkDebugMarkerMarkerInfoEXT.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)CallsVkDebugMarkerMarkerInfoEXT.validate(long)for each struct contained in the specified struct array.- Parameters:
array- the struct array to validatecount- the number of structs inarray
-
-