Package org.lwjgl.vulkan
Class VkPipelineSampleLocationsStateCreateInfoEXT
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkPipelineSampleLocationsStateCreateInfoEXT
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkPipelineSampleLocationsStateCreateInfoEXT extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Structure specifying sample locations for a pipeline.Valid Usage (Implicit)
sType
must beSTRUCTURE_TYPE_PIPELINE_SAMPLE_LOCATIONS_STATE_CREATE_INFO_EXT
sampleLocationsInfo
must be a validVkSampleLocationsInfoEXT
structure
See Also
Member documentation
sType
– the type of this structure.pNext
–NULL
or a pointer to an extension-specific structure.sampleLocationsEnable
– controls whether custom sample locations are used. IfsampleLocationsEnable
isFALSE
, the default sample locations are used and the values specified insampleLocationsInfo
are ignored.sampleLocationsInfo
– the sample locations to use during rasterization ifsampleLocationsEnable
isTRUE
and the graphics pipeline is not created withDYNAMIC_STATE_SAMPLE_LOCATIONS_EXT
.
Layout
struct VkPipelineSampleLocationsStateCreateInfoEXT { VkStructureType sType; void const * pNext; VkBool32 sampleLocationsEnable;
VkSampleLocationsInfoEXT
sampleLocationsInfo; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkPipelineSampleLocationsStateCreateInfoEXT.Buffer
An array ofVkPipelineSampleLocationsStateCreateInfoEXT
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNOF
The struct alignment in bytes.static int
PNEXT
SAMPLELOCATIONSENABLE
SAMPLELOCATIONSINFOThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
STYPE
The struct member offsets.
-
Constructor Summary
Constructors Constructor Description VkPipelineSampleLocationsStateCreateInfoEXT(java.nio.ByteBuffer container)
Creates aVkPipelineSampleLocationsStateCreateInfoEXT
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 VkPipelineSampleLocationsStateCreateInfoEXT
calloc()
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated withmemCalloc
.static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer
calloc(int capacity)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated withmemCalloc
.static VkPipelineSampleLocationsStateCreateInfoEXT
callocStack()
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer
callocStack(int capacity)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPipelineSampleLocationsStateCreateInfoEXT
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPipelineSampleLocationsStateCreateInfoEXT
create()
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated withBufferUtils
.static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer
create(int capacity)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated withBufferUtils
.static VkPipelineSampleLocationsStateCreateInfoEXT
create(long address)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance for the specified memory address.static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer
create(long address, int capacity)
Create aVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance at the specified memory.static VkPipelineSampleLocationsStateCreateInfoEXT
createSafe(long address)
static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer
createSafe(long address, int capacity)
static VkPipelineSampleLocationsStateCreateInfoEXT
malloc()
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated withmemAlloc
.static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer
malloc(int capacity)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated withmemAlloc
.static VkPipelineSampleLocationsStateCreateInfoEXT
mallocStack()
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated on the thread-localMemoryStack
.static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer
mallocStack(int capacity)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated on the thread-localMemoryStack
.static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated on the specifiedMemoryStack
.static VkPipelineSampleLocationsStateCreateInfoEXT
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated on the specifiedMemoryStack
.static long
npNext(long struct)
Unsafe version ofpNext()
.static void
npNext(long struct, long value)
Unsafe version ofpNext
.static int
nsampleLocationsEnable(long struct)
Unsafe version ofsampleLocationsEnable()
.static void
nsampleLocationsEnable(long struct, int value)
Unsafe version ofsampleLocationsEnable
.static VkSampleLocationsInfoEXT
nsampleLocationsInfo(long struct)
Unsafe version ofsampleLocationsInfo()
.static void
nsampleLocationsInfo(long struct, VkSampleLocationsInfoEXT value)
Unsafe version ofsampleLocationsInfo
.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.VkPipelineSampleLocationsStateCreateInfoEXT
pNext(long value)
Sets the specified value to thepNext
field.boolean
sampleLocationsEnable()
Returns the value of thesampleLocationsEnable
field.VkPipelineSampleLocationsStateCreateInfoEXT
sampleLocationsEnable(boolean value)
Sets the specified value to thesampleLocationsEnable
field.VkSampleLocationsInfoEXT
sampleLocationsInfo()
Returns aVkSampleLocationsInfoEXT
view of thesampleLocationsInfo
field.VkPipelineSampleLocationsStateCreateInfoEXT
sampleLocationsInfo(java.util.function.Consumer<VkSampleLocationsInfoEXT> consumer)
Passes thesampleLocationsInfo
field to the specifiedConsumer
.VkPipelineSampleLocationsStateCreateInfoEXT
sampleLocationsInfo(VkSampleLocationsInfoEXT value)
Copies the specifiedVkSampleLocationsInfoEXT
to thesampleLocationsInfo
field.VkPipelineSampleLocationsStateCreateInfoEXT
set(int sType, long pNext, boolean sampleLocationsEnable, VkSampleLocationsInfoEXT sampleLocationsInfo)
Initializes this struct with the specified values.VkPipelineSampleLocationsStateCreateInfoEXT
set(VkPipelineSampleLocationsStateCreateInfoEXT src)
Copies the specified struct data to this struct.int
sizeof()
int
sType()
Returns the value of thesType
field.VkPipelineSampleLocationsStateCreateInfoEXT
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.
-
-
-
Constructor Detail
-
VkPipelineSampleLocationsStateCreateInfoEXT
public VkPipelineSampleLocationsStateCreateInfoEXT(java.nio.ByteBuffer container)
Creates aVkPipelineSampleLocationsStateCreateInfoEXT
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.
-
sampleLocationsEnable
public boolean sampleLocationsEnable()
Returns the value of thesampleLocationsEnable
field.
-
sampleLocationsInfo
public VkSampleLocationsInfoEXT sampleLocationsInfo()
Returns aVkSampleLocationsInfoEXT
view of thesampleLocationsInfo
field.
-
sType
public VkPipelineSampleLocationsStateCreateInfoEXT sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkPipelineSampleLocationsStateCreateInfoEXT pNext(long value)
Sets the specified value to thepNext
field.
-
sampleLocationsEnable
public VkPipelineSampleLocationsStateCreateInfoEXT sampleLocationsEnable(boolean value)
Sets the specified value to thesampleLocationsEnable
field.
-
sampleLocationsInfo
public VkPipelineSampleLocationsStateCreateInfoEXT sampleLocationsInfo(VkSampleLocationsInfoEXT value)
Copies the specifiedVkSampleLocationsInfoEXT
to thesampleLocationsInfo
field.
-
sampleLocationsInfo
public VkPipelineSampleLocationsStateCreateInfoEXT sampleLocationsInfo(java.util.function.Consumer<VkSampleLocationsInfoEXT> consumer)
Passes thesampleLocationsInfo
field to the specifiedConsumer
.
-
set
public VkPipelineSampleLocationsStateCreateInfoEXT set(int sType, long pNext, boolean sampleLocationsEnable, VkSampleLocationsInfoEXT sampleLocationsInfo)
Initializes this struct with the specified values.
-
set
public VkPipelineSampleLocationsStateCreateInfoEXT set(VkPipelineSampleLocationsStateCreateInfoEXT src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkPipelineSampleLocationsStateCreateInfoEXT malloc()
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkPipelineSampleLocationsStateCreateInfoEXT calloc()
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkPipelineSampleLocationsStateCreateInfoEXT create()
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated withBufferUtils
.
-
create
public static VkPipelineSampleLocationsStateCreateInfoEXT create(long address)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance for the specified memory address.
-
createSafe
@Nullable public static VkPipelineSampleLocationsStateCreateInfoEXT createSafe(long address)
-
malloc
public static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer malloc(int capacity)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer calloc(int capacity)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer create(int capacity)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer create(long address, int capacity)
Create aVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkPipelineSampleLocationsStateCreateInfoEXT mallocStack()
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkPipelineSampleLocationsStateCreateInfoEXT callocStack()
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkPipelineSampleLocationsStateCreateInfoEXT mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkPipelineSampleLocationsStateCreateInfoEXT callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer mallocStack(int capacity)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer callocStack(int capacity)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkPipelineSampleLocationsStateCreateInfoEXT.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineSampleLocationsStateCreateInfoEXT.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()
.
-
nsampleLocationsEnable
public static int nsampleLocationsEnable(long struct)
Unsafe version ofsampleLocationsEnable()
.
-
nsampleLocationsInfo
public static VkSampleLocationsInfoEXT nsampleLocationsInfo(long struct)
Unsafe version ofsampleLocationsInfo()
.
-
nsType
public static void nsType(long struct, int value)
Unsafe version ofsType
.
-
npNext
public static void npNext(long struct, long value)
Unsafe version ofpNext
.
-
nsampleLocationsEnable
public static void nsampleLocationsEnable(long struct, int value)
Unsafe version ofsampleLocationsEnable
.
-
nsampleLocationsInfo
public static void nsampleLocationsInfo(long struct, VkSampleLocationsInfoEXT value)
Unsafe version ofsampleLocationsInfo
.
-
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
-
-