Package org.lwjgl.vulkan
Class VkSwapchainCreateInfoKHR
- All Implemented Interfaces:
AutoCloseable
,NativeResource
,Pointer
public class VkSwapchainCreateInfoKHR
extends Struct<VkSwapchainCreateInfoKHR>
implements NativeResource
struct VkSwapchainCreateInfoKHR {
VkStructureType sType;
void const * pNext;
VkSwapchainCreateFlagsKHR flags;
VkSurfaceKHR surface;
uint32_t minImageCount;
VkFormat imageFormat;
VkColorSpaceKHR imageColorSpace;
{@link VkExtent2D VkExtent2D} imageExtent;
uint32_t imageArrayLayers;
VkImageUsageFlags imageUsage;
VkSharingMode imageSharingMode;
uint32_t queueFamilyIndexCount;
uint32_t const * pQueueFamilyIndices;
VkSurfaceTransformFlagBitsKHR preTransform;
VkCompositeAlphaFlagBitsKHR compositeAlpha;
VkPresentModeKHR presentMode;
VkBool32 clipped;
VkSwapchainKHR oldSwapchain;
}
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.lwjgl.system.Struct
Struct.StructValidation
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
The struct alignment in bytes.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct member offsets.static final int
The struct size in bytes.static final int
The struct member offsets.static final int
The struct member offsets.Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionVkSwapchainCreateInfoKHR
(ByteBuffer container) Creates aVkSwapchainCreateInfoKHR
instance at the current position of the specifiedByteBuffer
container. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkSwapchainCreateInfoKHR
calloc()
Returns a newVkSwapchainCreateInfoKHR
instance allocated withmemCalloc
.calloc
(int capacity) Returns a newVkSwapchainCreateInfoKHR.Buffer
instance allocated withmemCalloc
.calloc
(int capacity, MemoryStack stack) Returns a newVkSwapchainCreateInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkSwapchainCreateInfoKHR
calloc
(MemoryStack stack) Returns a newVkSwapchainCreateInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkSwapchainCreateInfoKHR
Deprecated.callocStack
(int capacity) Deprecated.callocStack
(int capacity, MemoryStack stack) Deprecated.static VkSwapchainCreateInfoKHR
callocStack
(MemoryStack stack) Deprecated.boolean
clipped()
clipped
(boolean value) Sets the specified value to theclipped
field.int
compositeAlpha
(int value) Sets the specified value to thecompositeAlpha
field.static VkSwapchainCreateInfoKHR
create()
Returns a newVkSwapchainCreateInfoKHR
instance allocated withBufferUtils
.create
(int capacity) Returns a newVkSwapchainCreateInfoKHR.Buffer
instance allocated withBufferUtils
.static VkSwapchainCreateInfoKHR
create
(long address) Returns a newVkSwapchainCreateInfoKHR
instance for the specified memory address.create
(long address, int capacity) Create aVkSwapchainCreateInfoKHR.Buffer
instance at the specified memory.static @Nullable VkSwapchainCreateInfoKHR
createSafe
(long address) static @Nullable VkSwapchainCreateInfoKHR.Buffer
createSafe
(long address, int capacity) int
flags()
flags
(int value) Sets the specified value to theflags
field.int
imageArrayLayers
(int value) Sets the specified value to theimageArrayLayers
field.int
imageColorSpace
(int value) Sets the specified value to theimageColorSpace
field.imageExtent
(Consumer<VkExtent2D> consumer) Passes theimageExtent
field to the specifiedConsumer
.imageExtent
(VkExtent2D value) Copies the specifiedVkExtent2D
to theimageExtent
field.int
imageFormat
(int value) Sets the specified value to theimageFormat
field.int
imageSharingMode
(int value) Sets the specified value to theimageSharingMode
field.int
imageUsage
(int value) Sets the specified value to theimageUsage
field.static VkSwapchainCreateInfoKHR
malloc()
Returns a newVkSwapchainCreateInfoKHR
instance allocated withmemAlloc
.malloc
(int capacity) Returns a newVkSwapchainCreateInfoKHR.Buffer
instance allocated withmemAlloc
.malloc
(int capacity, MemoryStack stack) Returns a newVkSwapchainCreateInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkSwapchainCreateInfoKHR
malloc
(MemoryStack stack) Returns a newVkSwapchainCreateInfoKHR
instance allocated on the specifiedMemoryStack
.static VkSwapchainCreateInfoKHR
Deprecated.mallocStack
(int capacity) Deprecated.mallocStack
(int capacity, MemoryStack stack) Deprecated.static VkSwapchainCreateInfoKHR
mallocStack
(MemoryStack stack) Deprecated.int
minImageCount
(int value) Sets the specified value to theminImageCount
field.static int
nclipped
(long struct) Unsafe version ofclipped()
.static void
nclipped
(long struct, int value) Unsafe version ofclipped
.static int
ncompositeAlpha
(long struct) Unsafe version ofcompositeAlpha()
.static void
ncompositeAlpha
(long struct, int value) Unsafe version ofcompositeAlpha
.static int
nflags
(long struct) Unsafe version offlags()
.static void
nflags
(long struct, int value) Unsafe version offlags
.static int
nimageArrayLayers
(long struct) Unsafe version ofimageArrayLayers()
.static void
nimageArrayLayers
(long struct, int value) Unsafe version ofimageArrayLayers
.static int
nimageColorSpace
(long struct) Unsafe version ofimageColorSpace()
.static void
nimageColorSpace
(long struct, int value) Unsafe version ofimageColorSpace
.static VkExtent2D
nimageExtent
(long struct) Unsafe version ofimageExtent()
.static void
nimageExtent
(long struct, VkExtent2D value) Unsafe version ofimageExtent
.static int
nimageFormat
(long struct) Unsafe version ofimageFormat()
.static void
nimageFormat
(long struct, int value) Unsafe version ofimageFormat
.static int
nimageSharingMode
(long struct) Unsafe version ofimageSharingMode()
.static void
nimageSharingMode
(long struct, int value) Unsafe version ofimageSharingMode
.static int
nimageUsage
(long struct) Unsafe version ofimageUsage()
.static void
nimageUsage
(long struct, int value) Unsafe version ofimageUsage
.static int
nminImageCount
(long struct) Unsafe version ofminImageCount()
.static void
nminImageCount
(long struct, int value) Unsafe version ofminImageCount
.static long
noldSwapchain
(long struct) Unsafe version ofoldSwapchain()
.static void
noldSwapchain
(long struct, long value) Unsafe version ofoldSwapchain
.static long
npNext
(long struct) Unsafe version ofpNext()
.static void
npNext
(long struct, long value) Unsafe version ofpNext
.static @Nullable IntBuffer
npQueueFamilyIndices
(long struct) Unsafe version ofpQueueFamilyIndices
.static void
npQueueFamilyIndices
(long struct, @Nullable IntBuffer value) Unsafe version ofpQueueFamilyIndices
.static int
npresentMode
(long struct) Unsafe version ofpresentMode()
.static void
npresentMode
(long struct, int value) Unsafe version ofpresentMode
.static int
npreTransform
(long struct) Unsafe version ofpreTransform()
.static void
npreTransform
(long struct, int value) Unsafe version ofpreTransform
.static int
nqueueFamilyIndexCount
(long struct) Unsafe version ofqueueFamilyIndexCount()
.static void
nqueueFamilyIndexCount
(long struct, int value) Sets the specified value to thequeueFamilyIndexCount
field of the specifiedstruct
.static int
nsType
(long struct) Unsafe version ofsType()
.static void
nsType
(long struct, int value) Unsafe version ofsType
.static long
nsurface
(long struct) Unsafe version ofsurface()
.static void
nsurface
(long struct, long value) Unsafe version ofsurface
.long
oldSwapchain
(long value) Sets the specified value to theoldSwapchain
field.long
pNext()
pNext
(long value) Sets the specified value to thepNext
field.Prepends the specifiedVkDeviceGroupSwapchainCreateInfoKHR
value to thepNext
chain.Prepends the specifiedVkImageCompressionControlEXT
value to thepNext
chain.pNext
(VkImageFormatListCreateInfo value) Prepends the specifiedVkImageFormatListCreateInfo
value to thepNext
chain.Prepends the specifiedVkImageFormatListCreateInfoKHR
value to thepNext
chain.Prepends the specifiedVkSurfaceFullScreenExclusiveInfoEXT
value to thepNext
chain.Prepends the specifiedVkSurfaceFullScreenExclusiveWin32InfoEXT
value to thepNext
chain.Prepends the specifiedVkSwapchainCounterCreateInfoEXT
value to thepNext
chain.Prepends the specifiedVkSwapchainDisplayNativeHdrCreateInfoAMD
value to thepNext
chain.Prepends the specifiedVkSwapchainLatencyCreateInfoNV
value to thepNext
chain.Prepends the specifiedVkSwapchainPresentBarrierCreateInfoNV
value to thepNext
chain.Prepends the specifiedVkSwapchainPresentModesCreateInfoEXT
value to thepNext
chain.Prepends the specifiedVkSwapchainPresentScalingCreateInfoEXT
value to thepNext
chain.@Nullable IntBuffer
pQueueFamilyIndices
(@Nullable IntBuffer value) Sets the address of the specifiedIntBuffer
to thepQueueFamilyIndices
field.int
presentMode
(int value) Sets the specified value to thepresentMode
field.int
preTransform
(int value) Sets the specified value to thepreTransform
field.int
queueFamilyIndexCount
(int value) Sets the specified value to thequeueFamilyIndexCount
field.set
(int sType, long pNext, int flags, long surface, int minImageCount, int imageFormat, int imageColorSpace, VkExtent2D imageExtent, int imageArrayLayers, int imageUsage, int imageSharingMode, int queueFamilyIndexCount, @Nullable IntBuffer pQueueFamilyIndices, int preTransform, int compositeAlpha, int presentMode, boolean clipped, long oldSwapchain) Initializes this struct with the specified values.Copies the specified struct data to this struct.int
sizeof()
Returnssizeof(struct)
.int
sType()
sType
(int value) Sets the specified value to thesType
field.Sets theSTRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR
value to thesType
field.long
surface()
surface
(long value) Sets the specified value to thesurface
field.Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
Methods 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. -
STYPE
public static final int STYPEThe struct member offsets. -
PNEXT
public static final int PNEXTThe struct member offsets. -
FLAGS
public static final int FLAGSThe struct member offsets. -
SURFACE
public static final int SURFACEThe struct member offsets. -
MINIMAGECOUNT
public static final int MINIMAGECOUNTThe struct member offsets. -
IMAGEFORMAT
public static final int IMAGEFORMATThe struct member offsets. -
IMAGECOLORSPACE
public static final int IMAGECOLORSPACEThe struct member offsets. -
IMAGEEXTENT
public static final int IMAGEEXTENTThe struct member offsets. -
IMAGEARRAYLAYERS
public static final int IMAGEARRAYLAYERSThe struct member offsets. -
IMAGEUSAGE
public static final int IMAGEUSAGEThe struct member offsets. -
IMAGESHARINGMODE
public static final int IMAGESHARINGMODEThe struct member offsets. -
QUEUEFAMILYINDEXCOUNT
public static final int QUEUEFAMILYINDEXCOUNTThe struct member offsets. -
PQUEUEFAMILYINDICES
public static final int PQUEUEFAMILYINDICESThe struct member offsets. -
PRETRANSFORM
public static final int PRETRANSFORMThe struct member offsets. -
COMPOSITEALPHA
public static final int COMPOSITEALPHAThe struct member offsets. -
PRESENTMODE
public static final int PRESENTMODEThe struct member offsets. -
CLIPPED
public static final int CLIPPEDThe struct member offsets. -
OLDSWAPCHAIN
public static final int OLDSWAPCHAINThe struct member offsets.
-
-
Constructor Details
-
VkSwapchainCreateInfoKHR
Creates aVkSwapchainCreateInfoKHR
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 Details
-
sizeof
public int sizeof()Description copied from class:Struct
Returnssizeof(struct)
.- Specified by:
sizeof
in classStruct<VkSwapchainCreateInfoKHR>
-
sType
public int sType()- Returns:
- the value of the
sType
field.
-
pNext
public long pNext()- Returns:
- the value of the
pNext
field.
-
flags
public int flags()- Returns:
- the value of the
flags
field.
-
surface
public long surface()- Returns:
- the value of the
surface
field.
-
minImageCount
public int minImageCount()- Returns:
- the value of the
minImageCount
field.
-
imageFormat
public int imageFormat()- Returns:
- the value of the
imageFormat
field.
-
imageColorSpace
public int imageColorSpace()- Returns:
- the value of the
imageColorSpace
field.
-
imageExtent
- Returns:
- a
VkExtent2D
view of theimageExtent
field.
-
imageArrayLayers
public int imageArrayLayers()- Returns:
- the value of the
imageArrayLayers
field.
-
imageUsage
public int imageUsage()- Returns:
- the value of the
imageUsage
field.
-
imageSharingMode
public int imageSharingMode()- Returns:
- the value of the
imageSharingMode
field.
-
queueFamilyIndexCount
public int queueFamilyIndexCount()- Returns:
- the value of the
queueFamilyIndexCount
field.
-
pQueueFamilyIndices
- Returns:
- a
IntBuffer
view of the data pointed to by thepQueueFamilyIndices
field.
-
preTransform
public int preTransform()- Returns:
- the value of the
preTransform
field.
-
compositeAlpha
public int compositeAlpha()- Returns:
- the value of the
compositeAlpha
field.
-
presentMode
public int presentMode()- Returns:
- the value of the
presentMode
field.
-
clipped
public boolean clipped()- Returns:
- the value of the
clipped
field.
-
oldSwapchain
public long oldSwapchain()- Returns:
- the value of the
oldSwapchain
field.
-
sType
Sets the specified value to thesType
field. -
sType$Default
Sets theSTRUCTURE_TYPE_SWAPCHAIN_CREATE_INFO_KHR
value to thesType
field. -
pNext
Sets the specified value to thepNext
field. -
pNext
Prepends the specifiedVkDeviceGroupSwapchainCreateInfoKHR
value to thepNext
chain. -
pNext
Prepends the specifiedVkImageCompressionControlEXT
value to thepNext
chain. -
pNext
Prepends the specifiedVkImageFormatListCreateInfo
value to thepNext
chain. -
pNext
Prepends the specifiedVkImageFormatListCreateInfoKHR
value to thepNext
chain. -
pNext
Prepends the specifiedVkSurfaceFullScreenExclusiveInfoEXT
value to thepNext
chain. -
pNext
Prepends the specifiedVkSurfaceFullScreenExclusiveWin32InfoEXT
value to thepNext
chain. -
pNext
Prepends the specifiedVkSwapchainCounterCreateInfoEXT
value to thepNext
chain. -
pNext
Prepends the specifiedVkSwapchainDisplayNativeHdrCreateInfoAMD
value to thepNext
chain. -
pNext
Prepends the specifiedVkSwapchainLatencyCreateInfoNV
value to thepNext
chain. -
pNext
Prepends the specifiedVkSwapchainPresentBarrierCreateInfoNV
value to thepNext
chain. -
pNext
Prepends the specifiedVkSwapchainPresentModesCreateInfoEXT
value to thepNext
chain. -
pNext
Prepends the specifiedVkSwapchainPresentScalingCreateInfoEXT
value to thepNext
chain. -
flags
Sets the specified value to theflags
field. -
surface
Sets the specified value to thesurface
field. -
minImageCount
Sets the specified value to theminImageCount
field. -
imageFormat
Sets the specified value to theimageFormat
field. -
imageColorSpace
Sets the specified value to theimageColorSpace
field. -
imageExtent
Copies the specifiedVkExtent2D
to theimageExtent
field. -
imageExtent
Passes theimageExtent
field to the specifiedConsumer
. -
imageArrayLayers
Sets the specified value to theimageArrayLayers
field. -
imageUsage
Sets the specified value to theimageUsage
field. -
imageSharingMode
Sets the specified value to theimageSharingMode
field. -
queueFamilyIndexCount
Sets the specified value to thequeueFamilyIndexCount
field. -
pQueueFamilyIndices
Sets the address of the specifiedIntBuffer
to thepQueueFamilyIndices
field. -
preTransform
Sets the specified value to thepreTransform
field. -
compositeAlpha
Sets the specified value to thecompositeAlpha
field. -
presentMode
Sets the specified value to thepresentMode
field. -
clipped
Sets the specified value to theclipped
field. -
oldSwapchain
Sets the specified value to theoldSwapchain
field. -
set
public VkSwapchainCreateInfoKHR set(int sType, long pNext, int flags, long surface, int minImageCount, int imageFormat, int imageColorSpace, VkExtent2D imageExtent, int imageArrayLayers, int imageUsage, int imageSharingMode, int queueFamilyIndexCount, @Nullable IntBuffer pQueueFamilyIndices, int preTransform, int compositeAlpha, int presentMode, boolean clipped, long oldSwapchain) 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 newVkSwapchainCreateInfoKHR
instance allocated withmemAlloc
. The instance must be explicitly freed. -
calloc
Returns a newVkSwapchainCreateInfoKHR
instance allocated withmemCalloc
. The instance must be explicitly freed. -
create
Returns a newVkSwapchainCreateInfoKHR
instance allocated withBufferUtils
. -
create
Returns a newVkSwapchainCreateInfoKHR
instance for the specified memory address. -
createSafe
-
malloc
Returns a newVkSwapchainCreateInfoKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
Returns a newVkSwapchainCreateInfoKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
Returns a newVkSwapchainCreateInfoKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
Create aVkSwapchainCreateInfoKHR.Buffer
instance 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 VkSwapchainCreateInfoKHR.Buffer mallocStack(int capacity, MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usemalloc(int, MemoryStack)
instead. -
callocStack
@Deprecated public static VkSwapchainCreateInfoKHR.Buffer callocStack(int capacity, MemoryStack stack) Deprecated.Deprecated for removal in 3.4.0. Usecalloc(int, MemoryStack)
instead. -
malloc
Returns a newVkSwapchainCreateInfoKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
calloc
Returns a newVkSwapchainCreateInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
malloc
Returns a newVkSwapchainCreateInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
calloc
Returns a newVkSwapchainCreateInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacitystack
- the stack from which to allocate
-
nsType
public static int nsType(long struct) Unsafe version ofsType()
. -
npNext
public static long npNext(long struct) Unsafe version ofpNext()
. -
nflags
public static int nflags(long struct) Unsafe version offlags()
. -
nsurface
public static long nsurface(long struct) Unsafe version ofsurface()
. -
nminImageCount
public static int nminImageCount(long struct) Unsafe version ofminImageCount()
. -
nimageFormat
public static int nimageFormat(long struct) Unsafe version ofimageFormat()
. -
nimageColorSpace
public static int nimageColorSpace(long struct) Unsafe version ofimageColorSpace()
. -
nimageExtent
Unsafe version ofimageExtent()
. -
nimageArrayLayers
public static int nimageArrayLayers(long struct) Unsafe version ofimageArrayLayers()
. -
nimageUsage
public static int nimageUsage(long struct) Unsafe version ofimageUsage()
. -
nimageSharingMode
public static int nimageSharingMode(long struct) Unsafe version ofimageSharingMode()
. -
nqueueFamilyIndexCount
public static int nqueueFamilyIndexCount(long struct) Unsafe version ofqueueFamilyIndexCount()
. -
npQueueFamilyIndices
Unsafe version ofpQueueFamilyIndices
. -
npreTransform
public static int npreTransform(long struct) Unsafe version ofpreTransform()
. -
ncompositeAlpha
public static int ncompositeAlpha(long struct) Unsafe version ofcompositeAlpha()
. -
npresentMode
public static int npresentMode(long struct) Unsafe version ofpresentMode()
. -
nclipped
public static int nclipped(long struct) Unsafe version ofclipped()
. -
noldSwapchain
public static long noldSwapchain(long struct) Unsafe version ofoldSwapchain()
. -
nsType
public static void nsType(long struct, int value) Unsafe version ofsType
. -
npNext
public static void npNext(long struct, long value) Unsafe version ofpNext
. -
nflags
public static void nflags(long struct, int value) Unsafe version offlags
. -
nsurface
public static void nsurface(long struct, long value) Unsafe version ofsurface
. -
nminImageCount
public static void nminImageCount(long struct, int value) Unsafe version ofminImageCount
. -
nimageFormat
public static void nimageFormat(long struct, int value) Unsafe version ofimageFormat
. -
nimageColorSpace
public static void nimageColorSpace(long struct, int value) Unsafe version ofimageColorSpace
. -
nimageExtent
Unsafe version ofimageExtent
. -
nimageArrayLayers
public static void nimageArrayLayers(long struct, int value) Unsafe version ofimageArrayLayers
. -
nimageUsage
public static void nimageUsage(long struct, int value) Unsafe version ofimageUsage
. -
nimageSharingMode
public static void nimageSharingMode(long struct, int value) Unsafe version ofimageSharingMode
. -
nqueueFamilyIndexCount
public static void nqueueFamilyIndexCount(long struct, int value) Sets the specified value to thequeueFamilyIndexCount
field of the specifiedstruct
. -
npQueueFamilyIndices
Unsafe version ofpQueueFamilyIndices
. -
npreTransform
public static void npreTransform(long struct, int value) Unsafe version ofpreTransform
. -
ncompositeAlpha
public static void ncompositeAlpha(long struct, int value) Unsafe version ofcompositeAlpha
. -
npresentMode
public static void npresentMode(long struct, int value) Unsafe version ofpresentMode
. -
nclipped
public static void nclipped(long struct, int value) Unsafe version ofclipped
. -
noldSwapchain
public static void noldSwapchain(long struct, long value) Unsafe version ofoldSwapchain
.
-