Package org.lwjgl.vulkan
Class VkPresentTimeGOOGLE
java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPresentTimeGOOGLE>
org.lwjgl.vulkan.VkPresentTimeGOOGLE
- All Implemented Interfaces:
AutoCloseable,org.lwjgl.system.NativeResource,org.lwjgl.system.Pointer
public class VkPresentTimeGOOGLE
extends org.lwjgl.system.Struct<VkPresentTimeGOOGLE>
implements org.lwjgl.system.NativeResource
The earliest time image should be presented.
See Also
Layout
struct VkPresentTimeGOOGLE {
uint32_t presentID();
uint64_t desiredPresentTime();
}-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
org.lwjgl.system.Struct.StructValidationNested classes/interfaces inherited from interface org.lwjgl.system.Pointer
org.lwjgl.system.Pointer.Default -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe struct alignment in bytes.static final intThe struct member offsets.static final intThe struct member offsets.static final intThe struct size in bytes.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE -
Constructor Summary
ConstructorsConstructorDescriptionVkPresentTimeGOOGLE(ByteBuffer container) Creates aVkPresentTimeGOOGLEinstance at the current position of the specifiedByteBuffercontainer. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkPresentTimeGOOGLEcalloc()Returns a newVkPresentTimeGOOGLEinstance allocated withmemCalloc.static VkPresentTimeGOOGLE.Buffercalloc(int capacity) Returns a newVkPresentTimeGOOGLE.Bufferinstance allocated withmemCalloc.static VkPresentTimeGOOGLE.Buffercalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPresentTimeGOOGLE.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkPresentTimeGOOGLEcalloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPresentTimeGOOGLEinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkPresentTimeGOOGLEDeprecated.static VkPresentTimeGOOGLE.BuffercallocStack(int capacity) Deprecated.static VkPresentTimeGOOGLE.BuffercallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static VkPresentTimeGOOGLEcallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static VkPresentTimeGOOGLEcreate()Returns a newVkPresentTimeGOOGLEinstance allocated withBufferUtils.static VkPresentTimeGOOGLE.Buffercreate(int capacity) Returns a newVkPresentTimeGOOGLE.Bufferinstance allocated withBufferUtils.static VkPresentTimeGOOGLEcreate(long address) Returns a newVkPresentTimeGOOGLEinstance for the specified memory address.static VkPresentTimeGOOGLE.Buffercreate(long address, int capacity) Create aVkPresentTimeGOOGLE.Bufferinstance at the specified memory.static @Nullable VkPresentTimeGOOGLEcreateSafe(long address) static @Nullable VkPresentTimeGOOGLE.BuffercreateSafe(long address, int capacity) longspecifies that the image given should not be displayed to the user any earlier than this time.desiredPresentTime(long value) Sets the specified value to thedesiredPresentTime()field.static VkPresentTimeGOOGLEmalloc()Returns a newVkPresentTimeGOOGLEinstance allocated withmemAlloc.static VkPresentTimeGOOGLE.Buffermalloc(int capacity) Returns a newVkPresentTimeGOOGLE.Bufferinstance allocated withmemAlloc.static VkPresentTimeGOOGLE.Buffermalloc(int capacity, org.lwjgl.system.MemoryStack stack) Returns a newVkPresentTimeGOOGLE.Bufferinstance allocated on the specifiedMemoryStack.static VkPresentTimeGOOGLEmalloc(org.lwjgl.system.MemoryStack stack) Returns a newVkPresentTimeGOOGLEinstance allocated on the specifiedMemoryStack.static VkPresentTimeGOOGLEDeprecated.static VkPresentTimeGOOGLE.BuffermallocStack(int capacity) Deprecated.static VkPresentTimeGOOGLE.BuffermallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.static VkPresentTimeGOOGLEmallocStack(org.lwjgl.system.MemoryStack stack) Deprecated.static longndesiredPresentTime(long struct) Unsafe version ofdesiredPresentTime().static voidndesiredPresentTime(long struct, long value) Unsafe version ofdesiredPresentTime.static intnpresentID(long struct) Unsafe version ofpresentID().static voidnpresentID(long struct, int value) Unsafe version ofpresentID.intan application-provided identification value, that can be used with the results ofGetPastPresentationTimingGOOGLE, in order to uniquely identify this present.presentID(int value) Sets the specified value to thepresentID()field.set(int presentID, long desiredPresentTime) Initializes this struct with the specified values.set(VkPresentTimeGOOGLE src) Copies the specified struct data to this struct.intsizeof()Methods inherited from class org.lwjgl.system.Struct
clear, free, isNull, validate, validateMethods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toStringMethods inherited from interface org.lwjgl.system.NativeResource
close, free
-
Field Details
-
SIZEOF
public static final int SIZEOFThe struct size in bytes. -
ALIGNOF
public static final int ALIGNOFThe struct alignment in bytes. -
PRESENTID
public static final int PRESENTIDThe struct member offsets. -
DESIREDPRESENTTIME
public static final int DESIREDPRESENTTIMEThe struct member offsets.
-
-
Constructor Details
-
VkPresentTimeGOOGLE
Creates aVkPresentTimeGOOGLEinstance 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 Details
-
sizeof
public int sizeof()- Specified by:
sizeofin classorg.lwjgl.system.Struct<VkPresentTimeGOOGLE>
-
presentID
public int presentID()an application-provided identification value, that can be used with the results ofGetPastPresentationTimingGOOGLE, in order to uniquely identify this present. In order to be useful to the application, it should be unique within some period of time that is meaningful to the application. -
desiredPresentTime
public long desiredPresentTime()specifies that the image given should not be displayed to the user any earlier than this time.desiredPresentTimeis a time in nanoseconds, relative to a monotonically-increasing clock (e.g.CLOCK_MONOTONIC(see clock_gettime(2)) on Android and Linux). A value of zero specifies that the presentation engine may display the image at any time. This is useful when the application desires to providepresentID, but does not need a specificdesiredPresentTime. -
presentID
Sets the specified value to thepresentID()field. -
desiredPresentTime
Sets the specified value to thedesiredPresentTime()field. -
set
Initializes this struct with the specified values. -
set
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
Returns a newVkPresentTimeGOOGLEinstance allocated withmemAlloc. The instance must be explicitly freed. -
calloc
Returns a newVkPresentTimeGOOGLEinstance allocated withmemCalloc. The instance must be explicitly freed. -
create
Returns a newVkPresentTimeGOOGLEinstance allocated withBufferUtils. -
create
Returns a newVkPresentTimeGOOGLEinstance for the specified memory address. -
createSafe
-
malloc
Returns a newVkPresentTimeGOOGLE.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
Returns a newVkPresentTimeGOOGLE.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
Returns a newVkPresentTimeGOOGLE.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
Create aVkPresentTimeGOOGLE.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
createSafe
-
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(MemoryStack)instead. -
mallocStack
Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
mallocStack
@Deprecated public static VkPresentTimeGOOGLE.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)instead. -
callocStack
@Deprecated public static VkPresentTimeGOOGLE.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)instead. -
malloc
Returns a newVkPresentTimeGOOGLEinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
calloc
Returns a newVkPresentTimeGOOGLEinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
malloc
Returns a newVkPresentTimeGOOGLE.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
calloc
Returns a newVkPresentTimeGOOGLE.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacitystack- the stack from which to allocate
-
npresentID
public static int npresentID(long struct) Unsafe version ofpresentID(). -
ndesiredPresentTime
public static long ndesiredPresentTime(long struct) Unsafe version ofdesiredPresentTime(). -
npresentID
public static void npresentID(long struct, int value) Unsafe version ofpresentID. -
ndesiredPresentTime
public static void ndesiredPresentTime(long struct, long value) Unsafe version ofdesiredPresentTime.
-