public class VkSurfaceFullScreenExclusiveInfoEXT
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
If this structure is not present, fullScreenExclusive is considered to be FULL_SCREEN_EXCLUSIVE_DEFAULT_EXT.
sType must be STRUCTURE_TYPE_SURFACE_FULL_SCREEN_EXCLUSIVE_INFO_EXTfullScreenExclusive must be a valid VkFullScreenExclusiveEXT valuesType – the type of this structure.pNext – NULL or a pointer to an extension-specific structure.fullScreenExclusive – a VkFullScreenExclusiveEXT value specifying the preferred full-screen transition behavior.
struct VkSurfaceFullScreenExclusiveInfoEXT {
VkStructureType sType;
void * pNext;
VkFullScreenExclusiveEXT fullScreenExclusive;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkSurfaceFullScreenExclusiveInfoEXT.Buffer
An array of
VkSurfaceFullScreenExclusiveInfoEXT structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
FULLSCREENEXCLUSIVE
The struct member offsets.
|
static int |
PNEXT
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
static int |
STYPE
The struct member offsets.
|
| Constructor and Description |
|---|
VkSurfaceFullScreenExclusiveInfoEXT(java.nio.ByteBuffer container)
Creates a
VkSurfaceFullScreenExclusiveInfoEXT instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkSurfaceFullScreenExclusiveInfoEXT |
calloc()
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT instance allocated with memCalloc. |
static VkSurfaceFullScreenExclusiveInfoEXT.Buffer |
calloc(int capacity)
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated with memCalloc. |
static VkSurfaceFullScreenExclusiveInfoEXT |
callocStack()
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkSurfaceFullScreenExclusiveInfoEXT.Buffer |
callocStack(int capacity)
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkSurfaceFullScreenExclusiveInfoEXT.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkSurfaceFullScreenExclusiveInfoEXT |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkSurfaceFullScreenExclusiveInfoEXT |
create()
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT instance allocated with BufferUtils. |
static VkSurfaceFullScreenExclusiveInfoEXT.Buffer |
create(int capacity)
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated with BufferUtils. |
static VkSurfaceFullScreenExclusiveInfoEXT |
create(long address)
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT instance for the specified memory address. |
static VkSurfaceFullScreenExclusiveInfoEXT.Buffer |
create(long address,
int capacity)
Create a
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance at the specified memory. |
static VkSurfaceFullScreenExclusiveInfoEXT |
createSafe(long address)
|
static VkSurfaceFullScreenExclusiveInfoEXT.Buffer |
createSafe(long address,
int capacity)
|
int |
fullScreenExclusive()
Returns the value of the
fullScreenExclusive field. |
VkSurfaceFullScreenExclusiveInfoEXT |
fullScreenExclusive(int value)
Sets the specified value to the
fullScreenExclusive field. |
static VkSurfaceFullScreenExclusiveInfoEXT |
malloc()
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT instance allocated with memAlloc. |
static VkSurfaceFullScreenExclusiveInfoEXT.Buffer |
malloc(int capacity)
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated with memAlloc. |
static VkSurfaceFullScreenExclusiveInfoEXT |
mallocStack()
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT instance allocated on the thread-local MemoryStack. |
static VkSurfaceFullScreenExclusiveInfoEXT.Buffer |
mallocStack(int capacity)
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated on the thread-local MemoryStack. |
static VkSurfaceFullScreenExclusiveInfoEXT.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated on the specified MemoryStack. |
static VkSurfaceFullScreenExclusiveInfoEXT |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkSurfaceFullScreenExclusiveInfoEXT instance allocated on the specified MemoryStack. |
static int |
nfullScreenExclusive(long struct)
Unsafe version of
fullScreenExclusive(). |
static void |
nfullScreenExclusive(long struct,
int value)
Unsafe version of
fullScreenExclusive. |
static long |
npNext(long struct)
Unsafe version of
pNext(). |
static void |
npNext(long struct,
long value)
Unsafe version of
pNext. |
static int |
nsType(long struct)
Unsafe version of
sType(). |
static void |
nsType(long struct,
int value)
Unsafe version of
sType. |
long |
pNext()
Returns the value of the
pNext field. |
VkSurfaceFullScreenExclusiveInfoEXT |
pNext(long value)
Sets the specified value to the
pNext field. |
VkSurfaceFullScreenExclusiveInfoEXT |
set(int sType,
long pNext,
int fullScreenExclusive)
Initializes this struct with the specified values.
|
VkSurfaceFullScreenExclusiveInfoEXT |
set(VkSurfaceFullScreenExclusiveInfoEXT src)
Copies the specified struct data to this struct.
|
int |
sizeof() |
int |
sType()
Returns the value of the
sType field. |
VkSurfaceFullScreenExclusiveInfoEXT |
sType(int value)
Sets the specified value to the
sType field. |
public static final int SIZEOF
public static final int ALIGNOF
public static final int STYPE
public static final int PNEXT
public static final int FULLSCREENEXCLUSIVE
public VkSurfaceFullScreenExclusiveInfoEXT(java.nio.ByteBuffer container)
VkSurfaceFullScreenExclusiveInfoEXT instance at the current position of the specified ByteBuffer container. 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.
public int sizeof()
sizeof in class org.lwjgl.system.Structpublic int sType()
sType field.public long pNext()
pNext field.public int fullScreenExclusive()
fullScreenExclusive field.public VkSurfaceFullScreenExclusiveInfoEXT sType(int value)
sType field.public VkSurfaceFullScreenExclusiveInfoEXT pNext(long value)
pNext field.public VkSurfaceFullScreenExclusiveInfoEXT fullScreenExclusive(int value)
fullScreenExclusive field.public VkSurfaceFullScreenExclusiveInfoEXT set(int sType, long pNext, int fullScreenExclusive)
public VkSurfaceFullScreenExclusiveInfoEXT set(VkSurfaceFullScreenExclusiveInfoEXT src)
src - the source structpublic static VkSurfaceFullScreenExclusiveInfoEXT malloc()
VkSurfaceFullScreenExclusiveInfoEXT instance allocated with memAlloc. The instance must be explicitly freed.public static VkSurfaceFullScreenExclusiveInfoEXT calloc()
VkSurfaceFullScreenExclusiveInfoEXT instance allocated with memCalloc. The instance must be explicitly freed.public static VkSurfaceFullScreenExclusiveInfoEXT create()
VkSurfaceFullScreenExclusiveInfoEXT instance allocated with BufferUtils.public static VkSurfaceFullScreenExclusiveInfoEXT create(long address)
VkSurfaceFullScreenExclusiveInfoEXT instance for the specified memory address.@Nullable public static VkSurfaceFullScreenExclusiveInfoEXT createSafe(long address)
public static VkSurfaceFullScreenExclusiveInfoEXT.Buffer malloc(int capacity)
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkSurfaceFullScreenExclusiveInfoEXT.Buffer calloc(int capacity)
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkSurfaceFullScreenExclusiveInfoEXT.Buffer create(int capacity)
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkSurfaceFullScreenExclusiveInfoEXT.Buffer create(long address, int capacity)
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkSurfaceFullScreenExclusiveInfoEXT.Buffer createSafe(long address, int capacity)
public static VkSurfaceFullScreenExclusiveInfoEXT mallocStack()
VkSurfaceFullScreenExclusiveInfoEXT instance allocated on the thread-local MemoryStack.public static VkSurfaceFullScreenExclusiveInfoEXT callocStack()
VkSurfaceFullScreenExclusiveInfoEXT instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkSurfaceFullScreenExclusiveInfoEXT mallocStack(org.lwjgl.system.MemoryStack stack)
VkSurfaceFullScreenExclusiveInfoEXT instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkSurfaceFullScreenExclusiveInfoEXT callocStack(org.lwjgl.system.MemoryStack stack)
VkSurfaceFullScreenExclusiveInfoEXT instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkSurfaceFullScreenExclusiveInfoEXT.Buffer mallocStack(int capacity)
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkSurfaceFullScreenExclusiveInfoEXT.Buffer callocStack(int capacity)
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkSurfaceFullScreenExclusiveInfoEXT.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkSurfaceFullScreenExclusiveInfoEXT.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkSurfaceFullScreenExclusiveInfoEXT.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatecapacity - the buffer capacitypublic static int nsType(long struct)
sType().public static long npNext(long struct)
pNext().public static int nfullScreenExclusive(long struct)
fullScreenExclusive().public static void nsType(long struct,
int value)
sType.public static void npNext(long struct,
long value)
pNext.public static void nfullScreenExclusive(long struct,
int value)
fullScreenExclusive.Copyright LWJGL. All Rights Reserved. License terms.