Package org.lwjgl.vulkan
Class VkSurfaceCapabilitiesFullScreenExclusiveEXT
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkSurfaceCapabilitiesFullScreenExclusiveEXT
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkSurfaceCapabilitiesFullScreenExclusiveEXT extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Structure describing full screen exclusive capabilities of a surface.Description
This structure can be included in the
pNext
chain ofVkSurfaceCapabilities2KHR
to determine support for exclusive full-screen access. IffullScreenExclusiveSupported
isFALSE
, it indicates that exclusive full-screen access is not obtainable for this surface.Applications must not attempt to create swapchains with
FULL_SCREEN_EXCLUSIVE_APPLICATION_CONTROLLED_EXT
set iffullScreenExclusiveSupported
isFALSE
.Valid Usage (Implicit)
Member documentation
sType
– the type of this structure.pNext
–NULL
or a pointer to an extension-specific structure.
Layout
struct VkSurfaceCapabilitiesFullScreenExclusiveEXT { VkStructureType sType; void * pNext; VkBool32 fullScreenExclusiveSupported; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
An array ofVkSurfaceCapabilitiesFullScreenExclusiveEXT
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNOF
The struct alignment in bytes.static int
FULLSCREENEXCLUSIVESUPPORTED
PNEXTThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
STYPE
The struct member offsets.
-
Constructor Summary
Constructors Constructor Description VkSurfaceCapabilitiesFullScreenExclusiveEXT(java.nio.ByteBuffer container)
Creates aVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance at the current position of the specifiedByteBuffer
container.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VkSurfaceCapabilitiesFullScreenExclusiveEXT
calloc()
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated withmemCalloc
.static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
calloc(int capacity)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated withmemCalloc
.static VkSurfaceCapabilitiesFullScreenExclusiveEXT
callocStack()
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
callocStack(int capacity)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkSurfaceCapabilitiesFullScreenExclusiveEXT
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkSurfaceCapabilitiesFullScreenExclusiveEXT
create()
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated withBufferUtils
.static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
create(int capacity)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated withBufferUtils
.static VkSurfaceCapabilitiesFullScreenExclusiveEXT
create(long address)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance for the specified memory address.static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
create(long address, int capacity)
Create aVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance at the specified memory.static VkSurfaceCapabilitiesFullScreenExclusiveEXT
createSafe(long address)
static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
createSafe(long address, int capacity)
boolean
fullScreenExclusiveSupported()
Returns the value of thefullScreenExclusiveSupported
field.VkSurfaceCapabilitiesFullScreenExclusiveEXT
fullScreenExclusiveSupported(boolean value)
Sets the specified value to thefullScreenExclusiveSupported
field.static VkSurfaceCapabilitiesFullScreenExclusiveEXT
malloc()
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated withmemAlloc
.static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
malloc(int capacity)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated withmemAlloc
.static VkSurfaceCapabilitiesFullScreenExclusiveEXT
mallocStack()
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated on the thread-localMemoryStack
.static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
mallocStack(int capacity)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated on the thread-localMemoryStack
.static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated on the specifiedMemoryStack
.static VkSurfaceCapabilitiesFullScreenExclusiveEXT
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated on the specifiedMemoryStack
.static int
nfullScreenExclusiveSupported(long struct)
Unsafe version offullScreenExclusiveSupported()
.static void
nfullScreenExclusiveSupported(long struct, int value)
Unsafe version offullScreenExclusiveSupported
.static long
npNext(long struct)
Unsafe version ofpNext()
.static void
npNext(long struct, long value)
Unsafe version ofpNext
.static int
nsType(long struct)
Unsafe version ofsType()
.static void
nsType(long struct, int value)
Unsafe version ofsType
.long
pNext()
Returns the value of thepNext
field.VkSurfaceCapabilitiesFullScreenExclusiveEXT
pNext(long value)
Sets the specified value to thepNext
field.VkSurfaceCapabilitiesFullScreenExclusiveEXT
set(int sType, long pNext, boolean fullScreenExclusiveSupported)
Initializes this struct with the specified values.VkSurfaceCapabilitiesFullScreenExclusiveEXT
set(VkSurfaceCapabilitiesFullScreenExclusiveEXT src)
Copies the specified struct data to this struct.int
sizeof()
int
sType()
Returns the value of thesType
field.VkSurfaceCapabilitiesFullScreenExclusiveEXT
sType(int value)
Sets the specified value to thesType
field.
-
-
-
Constructor Detail
-
VkSurfaceCapabilitiesFullScreenExclusiveEXT
public VkSurfaceCapabilitiesFullScreenExclusiveEXT(java.nio.ByteBuffer container)
Creates aVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance at the current position of the specifiedByteBuffer
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.
-
-
Method Detail
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
sType
public int sType()
Returns the value of thesType
field.
-
pNext
public long pNext()
Returns the value of thepNext
field.
-
fullScreenExclusiveSupported
public boolean fullScreenExclusiveSupported()
Returns the value of thefullScreenExclusiveSupported
field.
-
sType
public VkSurfaceCapabilitiesFullScreenExclusiveEXT sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkSurfaceCapabilitiesFullScreenExclusiveEXT pNext(long value)
Sets the specified value to thepNext
field.
-
fullScreenExclusiveSupported
public VkSurfaceCapabilitiesFullScreenExclusiveEXT fullScreenExclusiveSupported(boolean value)
Sets the specified value to thefullScreenExclusiveSupported
field.
-
set
public VkSurfaceCapabilitiesFullScreenExclusiveEXT set(int sType, long pNext, boolean fullScreenExclusiveSupported)
Initializes this struct with the specified values.
-
set
public VkSurfaceCapabilitiesFullScreenExclusiveEXT set(VkSurfaceCapabilitiesFullScreenExclusiveEXT src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT malloc()
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT calloc()
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT create()
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated withBufferUtils
.
-
create
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT create(long address)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance for the specified memory address.
-
createSafe
@Nullable public static VkSurfaceCapabilitiesFullScreenExclusiveEXT createSafe(long address)
-
malloc
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer malloc(int capacity)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer calloc(int capacity)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer create(int capacity)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer create(long address, int capacity)
Create aVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT mallocStack()
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT callocStack()
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer mallocStack(int capacity)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer callocStack(int capacity)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkSurfaceCapabilitiesFullScreenExclusiveEXT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
nsType
public static int nsType(long struct)
Unsafe version ofsType()
.
-
npNext
public static long npNext(long struct)
Unsafe version ofpNext()
.
-
nfullScreenExclusiveSupported
public static int nfullScreenExclusiveSupported(long struct)
Unsafe version offullScreenExclusiveSupported()
.
-
nsType
public static void nsType(long struct, int value)
Unsafe version ofsType
.
-
npNext
public static void npNext(long struct, long value)
Unsafe version ofpNext
.
-
nfullScreenExclusiveSupported
public static void nfullScreenExclusiveSupported(long struct, int value)
Unsafe version offullScreenExclusiveSupported
.
-
-