Package org.lwjgl.vulkan
Class VkPipelineViewportSwizzleStateCreateInfoNV
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkPipelineViewportSwizzleStateCreateInfoNV
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkPipelineViewportSwizzleStateCreateInfoNV extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Structure specifying swizzle applied to primitive clip coordinates.Valid Usage
viewportCount
must match theviewportCount
set inVkPipelineViewportStateCreateInfo
Valid Usage (Implicit)
sType
must beSTRUCTURE_TYPE_PIPELINE_VIEWPORT_SWIZZLE_STATE_CREATE_INFO_NV
flags
must be 0pViewportSwizzles
must be a valid pointer to an array ofviewportCount
validVkViewportSwizzleNV
structuresviewportCount
must be greater than 0
See Also
Member documentation
sType
– the type of this structure.pNext
–NULL
or a pointer to an extension-specific structure.flags
– reserved for future use.viewportCount
– the number of viewport swizzles used by the pipeline.pViewportSwizzles
– a pointer to an array ofVkViewportSwizzleNV
structures, defining the viewport swizzles.
Layout
struct VkPipelineViewportSwizzleStateCreateInfoNV { VkStructureType sType; void const * pNext; VkPipelineViewportSwizzleStateCreateFlagsNV flags; uint32_t viewportCount;
VkViewportSwizzleNV
const * pViewportSwizzles; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkPipelineViewportSwizzleStateCreateInfoNV.Buffer
An array ofVkPipelineViewportSwizzleStateCreateInfoNV
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNOF
The struct alignment in bytes.static int
FLAGS
PNEXT
PVIEWPORTSWIZZLESThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
STYPE
VIEWPORTCOUNTThe struct member offsets.
-
Constructor Summary
Constructors Constructor Description VkPipelineViewportSwizzleStateCreateInfoNV(java.nio.ByteBuffer container)
Creates aVkPipelineViewportSwizzleStateCreateInfoNV
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 VkPipelineViewportSwizzleStateCreateInfoNV
calloc()
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated withmemCalloc
.static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer
calloc(int capacity)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated withmemCalloc
.static VkPipelineViewportSwizzleStateCreateInfoNV
callocStack()
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer
callocStack(int capacity)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPipelineViewportSwizzleStateCreateInfoNV
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPipelineViewportSwizzleStateCreateInfoNV
create()
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated withBufferUtils
.static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer
create(int capacity)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated withBufferUtils
.static VkPipelineViewportSwizzleStateCreateInfoNV
create(long address)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance for the specified memory address.static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer
create(long address, int capacity)
Create aVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance at the specified memory.static VkPipelineViewportSwizzleStateCreateInfoNV
createSafe(long address)
static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer
createSafe(long address, int capacity)
int
flags()
Returns the value of theflags
field.VkPipelineViewportSwizzleStateCreateInfoNV
flags(int value)
Sets the specified value to theflags
field.static VkPipelineViewportSwizzleStateCreateInfoNV
malloc()
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated withmemAlloc
.static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer
malloc(int capacity)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated withmemAlloc
.static VkPipelineViewportSwizzleStateCreateInfoNV
mallocStack()
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated on the thread-localMemoryStack
.static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer
mallocStack(int capacity)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated on the thread-localMemoryStack
.static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated on the specifiedMemoryStack
.static VkPipelineViewportSwizzleStateCreateInfoNV
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated on the specifiedMemoryStack
.static int
nflags(long struct)
Unsafe version offlags()
.static void
nflags(long struct, int value)
Unsafe version offlags
.static long
npNext(long struct)
Unsafe version ofpNext()
.static void
npNext(long struct, long value)
Unsafe version ofpNext
.static VkViewportSwizzleNV.Buffer
npViewportSwizzles(long struct)
Unsafe version ofpViewportSwizzles()
.static void
npViewportSwizzles(long struct, VkViewportSwizzleNV.Buffer value)
Unsafe version ofpViewportSwizzles
.static int
nsType(long struct)
Unsafe version ofsType()
.static void
nsType(long struct, int value)
Unsafe version ofsType
.static int
nviewportCount(long struct)
Unsafe version ofviewportCount()
.static void
nviewportCount(long struct, int value)
Sets the specified value to theviewportCount
field of the specifiedstruct
.long
pNext()
Returns the value of thepNext
field.VkPipelineViewportSwizzleStateCreateInfoNV
pNext(long value)
Sets the specified value to thepNext
field.VkViewportSwizzleNV.Buffer
pViewportSwizzles()
Returns aVkViewportSwizzleNV.Buffer
view of the struct array pointed to by thepViewportSwizzles
field.VkPipelineViewportSwizzleStateCreateInfoNV
pViewportSwizzles(VkViewportSwizzleNV.Buffer value)
Sets the address of the specifiedVkViewportSwizzleNV.Buffer
to thepViewportSwizzles
field.VkPipelineViewportSwizzleStateCreateInfoNV
set(int sType, long pNext, int flags, VkViewportSwizzleNV.Buffer pViewportSwizzles)
Initializes this struct with the specified values.VkPipelineViewportSwizzleStateCreateInfoNV
set(VkPipelineViewportSwizzleStateCreateInfoNV src)
Copies the specified struct data to this struct.int
sizeof()
int
sType()
Returns the value of thesType
field.VkPipelineViewportSwizzleStateCreateInfoNV
sType(int value)
Sets the specified value to thesType
field.static void
validate(long struct)
Validates pointer members that should not beNULL
.static void
validate(long array, int count)
Callsvalidate(long)
for each struct contained in the specified struct array.int
viewportCount()
Returns the value of theviewportCount
field.
-
-
-
Constructor Detail
-
VkPipelineViewportSwizzleStateCreateInfoNV
public VkPipelineViewportSwizzleStateCreateInfoNV(java.nio.ByteBuffer container)
Creates aVkPipelineViewportSwizzleStateCreateInfoNV
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.
-
flags
public int flags()
Returns the value of theflags
field.
-
viewportCount
public int viewportCount()
Returns the value of theviewportCount
field.
-
pViewportSwizzles
public VkViewportSwizzleNV.Buffer pViewportSwizzles()
Returns aVkViewportSwizzleNV.Buffer
view of the struct array pointed to by thepViewportSwizzles
field.
-
sType
public VkPipelineViewportSwizzleStateCreateInfoNV sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkPipelineViewportSwizzleStateCreateInfoNV pNext(long value)
Sets the specified value to thepNext
field.
-
flags
public VkPipelineViewportSwizzleStateCreateInfoNV flags(int value)
Sets the specified value to theflags
field.
-
pViewportSwizzles
public VkPipelineViewportSwizzleStateCreateInfoNV pViewportSwizzles(VkViewportSwizzleNV.Buffer value)
Sets the address of the specifiedVkViewportSwizzleNV.Buffer
to thepViewportSwizzles
field.
-
set
public VkPipelineViewportSwizzleStateCreateInfoNV set(int sType, long pNext, int flags, VkViewportSwizzleNV.Buffer pViewportSwizzles)
Initializes this struct with the specified values.
-
set
public VkPipelineViewportSwizzleStateCreateInfoNV set(VkPipelineViewportSwizzleStateCreateInfoNV src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkPipelineViewportSwizzleStateCreateInfoNV malloc()
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkPipelineViewportSwizzleStateCreateInfoNV calloc()
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkPipelineViewportSwizzleStateCreateInfoNV create()
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated withBufferUtils
.
-
create
public static VkPipelineViewportSwizzleStateCreateInfoNV create(long address)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance for the specified memory address.
-
createSafe
@Nullable public static VkPipelineViewportSwizzleStateCreateInfoNV createSafe(long address)
-
malloc
public static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer malloc(int capacity)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer calloc(int capacity)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer create(int capacity)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer create(long address, int capacity)
Create aVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkPipelineViewportSwizzleStateCreateInfoNV mallocStack()
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkPipelineViewportSwizzleStateCreateInfoNV callocStack()
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkPipelineViewportSwizzleStateCreateInfoNV mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkPipelineViewportSwizzleStateCreateInfoNV callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer mallocStack(int capacity)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer callocStack(int capacity)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkPipelineViewportSwizzleStateCreateInfoNV.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineViewportSwizzleStateCreateInfoNV.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()
.
-
nflags
public static int nflags(long struct)
Unsafe version offlags()
.
-
nviewportCount
public static int nviewportCount(long struct)
Unsafe version ofviewportCount()
.
-
npViewportSwizzles
public static VkViewportSwizzleNV.Buffer npViewportSwizzles(long struct)
Unsafe version ofpViewportSwizzles()
.
-
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
.
-
nviewportCount
public static void nviewportCount(long struct, int value)
Sets the specified value to theviewportCount
field of the specifiedstruct
.
-
npViewportSwizzles
public static void npViewportSwizzles(long struct, VkViewportSwizzleNV.Buffer value)
Unsafe version ofpViewportSwizzles
.
-
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)
Callsvalidate(long)
for each struct contained in the specified struct array.- Parameters:
array
- the struct array to validatecount
- the number of structs inarray
-
-