Package org.lwjgl.vulkan
Class VkPipelineLayoutCreateInfo
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkPipelineLayoutCreateInfo
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkPipelineLayoutCreateInfo extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Structure specifying the parameters of a newly created pipeline layout object.Valid Usage
setLayoutCount
must be less than or equal toVkPhysicalDeviceLimits
::maxBoundDescriptorSets
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_SAMPLER
andDESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxPerStageDescriptorSamplers
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_UNIFORM_BUFFER
andDESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxPerStageDescriptorUniformBuffers
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_STORAGE_BUFFER
andDESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxPerStageDescriptorStorageBuffers
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER
,DESCRIPTOR_TYPE_SAMPLED_IMAGE
, andDESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxPerStageDescriptorSampledImages
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_STORAGE_IMAGE
, andDESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxPerStageDescriptorStorageImages
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_INPUT_ATTACHMENT
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxPerStageDescriptorInputAttachments
- The total number of bindings in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceInlineUniformBlockPropertiesEXT
::maxPerStageDescriptorInlineUniformBlocks
- The total number of descriptors with a
descriptorType
ofDESCRIPTOR_TYPE_SAMPLER
andDESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxPerStageDescriptorUpdateAfterBindSamplers
- The total number of descriptors with a
descriptorType
ofDESCRIPTOR_TYPE_UNIFORM_BUFFER
andDESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxPerStageDescriptorUpdateAfterBindUniformBuffers
- The total number of descriptors with a
descriptorType
ofDESCRIPTOR_TYPE_STORAGE_BUFFER
andDESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxPerStageDescriptorUpdateAfterBindStorageBuffers
- The total number of descriptors with a
descriptorType
ofDESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER
,DESCRIPTOR_TYPE_SAMPLED_IMAGE
, andDESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxPerStageDescriptorUpdateAfterBindSampledImages
- The total number of descriptors with a
descriptorType
ofDESCRIPTOR_TYPE_STORAGE_IMAGE
, andDESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxPerStageDescriptorUpdateAfterBindStorageImages
- The total number of descriptors with a
descriptorType
ofDESCRIPTOR_TYPE_INPUT_ATTACHMENT
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxPerStageDescriptorUpdateAfterBindInputAttachments
- The total number of bindings with a
descriptorType
ofDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT
accessible to any given shader stage across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceInlineUniformBlockPropertiesEXT
::maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_SAMPLER
andDESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxDescriptorSetSamplers
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_UNIFORM_BUFFER
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxDescriptorSetUniformBuffers
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxDescriptorSetUniformBuffersDynamic
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_STORAGE_BUFFER
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxDescriptorSetStorageBuffers
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxDescriptorSetStorageBuffersDynamic
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER
,DESCRIPTOR_TYPE_SAMPLED_IMAGE
, andDESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxDescriptorSetSampledImages
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_STORAGE_IMAGE
, andDESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxDescriptorSetStorageImages
- The total number of descriptors in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_INPUT_ATTACHMENT
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceLimits
::maxDescriptorSetInputAttachments
- The total number of bindings in descriptor set layouts created without the
DESCRIPTOR_SET_LAYOUT_CREATE_UPDATE_AFTER_BIND_POOL_BIT_EXT
bit set with adescriptorType
ofDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceInlineUniformBlockPropertiesEXT
::maxDescriptorSetInlineUniformBlocks
- The total number of descriptors of the type
DESCRIPTOR_TYPE_SAMPLER
andDESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxDescriptorSetUpdateAfterBindSamplers
- The total number of descriptors of the type
DESCRIPTOR_TYPE_UNIFORM_BUFFER
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxDescriptorSetUpdateAfterBindUniformBuffers
- The total number of descriptors of the type
DESCRIPTOR_TYPE_UNIFORM_BUFFER_DYNAMIC
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxDescriptorSetUpdateAfterBindUniformBuffersDynamic
- The total number of descriptors of the type
DESCRIPTOR_TYPE_STORAGE_BUFFER
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxDescriptorSetUpdateAfterBindStorageBuffers
- The total number of descriptors of the type
DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxDescriptorSetUpdateAfterBindStorageBuffersDynamic
- The total number of descriptors of the type
DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER
,DESCRIPTOR_TYPE_SAMPLED_IMAGE
, andDESCRIPTOR_TYPE_UNIFORM_TEXEL_BUFFER
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxDescriptorSetUpdateAfterBindSampledImages
- The total number of descriptors of the type
DESCRIPTOR_TYPE_STORAGE_IMAGE
, andDESCRIPTOR_TYPE_STORAGE_TEXEL_BUFFER
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxDescriptorSetUpdateAfterBindStorageImages
- The total number of descriptors of the type
DESCRIPTOR_TYPE_INPUT_ATTACHMENT
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceDescriptorIndexingPropertiesEXT
::maxDescriptorSetUpdateAfterBindInputAttachments
- The total number of bindings with a
descriptorType
ofDESCRIPTOR_TYPE_INLINE_UNIFORM_BLOCK_EXT
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceInlineUniformBlockPropertiesEXT
::maxDescriptorSetUpdateAfterBindInlineUniformBlocks
- Any two elements of
pPushConstantRanges
must not include the same stage instageFlags
pSetLayouts
must not contain more than one descriptor set layout that was created withDESCRIPTOR_SET_LAYOUT_CREATE_PUSH_DESCRIPTOR_BIT_KHR
set- The total number of bindings with a
descriptorType
ofDESCRIPTOR_TYPE_ACCELERATION_STRUCTURE_NV
accessible across all shader stages and across all elements ofpSetLayouts
must be less than or equal toVkPhysicalDeviceRayTracingPropertiesNV
::maxDescriptorSetAccelerationStructures
Valid Usage (Implicit)
sType
must beSTRUCTURE_TYPE_PIPELINE_LAYOUT_CREATE_INFO
pNext
must beNULL
flags
must be 0- If
setLayoutCount
is not 0,pSetLayouts
must be a valid pointer to an array ofsetLayoutCount
validVkDescriptorSetLayout
handles - If
pushConstantRangeCount
is not 0,pPushConstantRanges
must be a valid pointer to an array ofpushConstantRangeCount
validVkPushConstantRange
structures
See Also
VkPushConstantRange
,CreatePipelineLayout
Member documentation
sType
– the type of this structure.pNext
–NULL
or a pointer to an extension-specific structure.flags
– reserved for future use.setLayoutCount
– the number of descriptor sets included in the pipeline layout.pSetLayouts
– a pointer to an array ofVkDescriptorSetLayout
objects.pushConstantRangeCount
– the number of push constant ranges included in the pipeline layout.pPushConstantRanges
– a pointer to an array ofVkPushConstantRange
structures defining a set of push constant ranges for use in a single pipeline layout. In addition to descriptor set layouts, a pipeline layout also describes how many push constants can be accessed by each stage of the pipeline.Note
Push constants represent a high speed path to modify constant data in pipelines that is expected to outperform memory-backed resource updates.
Layout
struct VkPipelineLayoutCreateInfo { VkStructureType sType; void const * pNext; VkPipelineLayoutCreateFlags flags; uint32_t setLayoutCount; VkDescriptorSetLayout const * pSetLayouts; uint32_t pushConstantRangeCount;
VkPushConstantRange
const * pPushConstantRanges; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkPipelineLayoutCreateInfo.Buffer
An array ofVkPipelineLayoutCreateInfo
structs.
-
Field Summary
Fields Modifier and Type Field Description static int
ALIGNOF
The struct alignment in bytes.static int
FLAGS
PNEXT
PPUSHCONSTANTRANGES
PSETLAYOUTS
PUSHCONSTANTRANGECOUNT
SETLAYOUTCOUNTThe struct member offsets.static int
SIZEOF
The struct size in bytes.static int
STYPE
The struct member offsets.
-
Constructor Summary
Constructors Constructor Description VkPipelineLayoutCreateInfo(java.nio.ByteBuffer container)
Creates aVkPipelineLayoutCreateInfo
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 VkPipelineLayoutCreateInfo
calloc()
Returns a newVkPipelineLayoutCreateInfo
instance allocated withmemCalloc
.static VkPipelineLayoutCreateInfo.Buffer
calloc(int capacity)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated withmemCalloc
.static VkPipelineLayoutCreateInfo
callocStack()
Returns a newVkPipelineLayoutCreateInfo
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPipelineLayoutCreateInfo.Buffer
callocStack(int capacity)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPipelineLayoutCreateInfo.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPipelineLayoutCreateInfo
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineLayoutCreateInfo
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPipelineLayoutCreateInfo
create()
Returns a newVkPipelineLayoutCreateInfo
instance allocated withBufferUtils
.static VkPipelineLayoutCreateInfo.Buffer
create(int capacity)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated withBufferUtils
.static VkPipelineLayoutCreateInfo
create(long address)
Returns a newVkPipelineLayoutCreateInfo
instance for the specified memory address.static VkPipelineLayoutCreateInfo.Buffer
create(long address, int capacity)
Create aVkPipelineLayoutCreateInfo.Buffer
instance at the specified memory.static VkPipelineLayoutCreateInfo
createSafe(long address)
static VkPipelineLayoutCreateInfo.Buffer
createSafe(long address, int capacity)
int
flags()
Returns the value of theflags
field.VkPipelineLayoutCreateInfo
flags(int value)
Sets the specified value to theflags
field.static VkPipelineLayoutCreateInfo
malloc()
Returns a newVkPipelineLayoutCreateInfo
instance allocated withmemAlloc
.static VkPipelineLayoutCreateInfo.Buffer
malloc(int capacity)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated withmemAlloc
.static VkPipelineLayoutCreateInfo
mallocStack()
Returns a newVkPipelineLayoutCreateInfo
instance allocated on the thread-localMemoryStack
.static VkPipelineLayoutCreateInfo.Buffer
mallocStack(int capacity)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated on the thread-localMemoryStack
.static VkPipelineLayoutCreateInfo.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated on the specifiedMemoryStack
.static VkPipelineLayoutCreateInfo
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineLayoutCreateInfo
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 VkPushConstantRange.Buffer
npPushConstantRanges(long struct)
Unsafe version ofpPushConstantRanges()
.static void
npPushConstantRanges(long struct, VkPushConstantRange.Buffer value)
Unsafe version ofpPushConstantRanges
.static java.nio.LongBuffer
npSetLayouts(long struct)
Unsafe version ofpSetLayouts
.static void
npSetLayouts(long struct, java.nio.LongBuffer value)
Unsafe version ofpSetLayouts
.static int
npushConstantRangeCount(long struct)
Unsafe version ofpushConstantRangeCount()
.static void
npushConstantRangeCount(long struct, int value)
Sets the specified value to thepushConstantRangeCount
field of the specifiedstruct
.static int
nsetLayoutCount(long struct)
Unsafe version ofsetLayoutCount()
.static void
nsetLayoutCount(long struct, int value)
Sets the specified value to thesetLayoutCount
field of the specifiedstruct
.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.VkPipelineLayoutCreateInfo
pNext(long value)
Sets the specified value to thepNext
field.VkPushConstantRange.Buffer
pPushConstantRanges()
Returns aVkPushConstantRange.Buffer
view of the struct array pointed to by thepPushConstantRanges
field.VkPipelineLayoutCreateInfo
pPushConstantRanges(VkPushConstantRange.Buffer value)
Sets the address of the specifiedVkPushConstantRange.Buffer
to thepPushConstantRanges
field.java.nio.LongBuffer
pSetLayouts()
Returns aLongBuffer
view of the data pointed to by thepSetLayouts
field.VkPipelineLayoutCreateInfo
pSetLayouts(java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepSetLayouts
field.int
pushConstantRangeCount()
Returns the value of thepushConstantRangeCount
field.VkPipelineLayoutCreateInfo
set(int sType, long pNext, int flags, java.nio.LongBuffer pSetLayouts, VkPushConstantRange.Buffer pPushConstantRanges)
Initializes this struct with the specified values.VkPipelineLayoutCreateInfo
set(VkPipelineLayoutCreateInfo src)
Copies the specified struct data to this struct.int
setLayoutCount()
Returns the value of thesetLayoutCount
field.int
sizeof()
int
sType()
Returns the value of thesType
field.VkPipelineLayoutCreateInfo
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
-
VkPipelineLayoutCreateInfo
public VkPipelineLayoutCreateInfo(java.nio.ByteBuffer container)
Creates aVkPipelineLayoutCreateInfo
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.
-
setLayoutCount
public int setLayoutCount()
Returns the value of thesetLayoutCount
field.
-
pSetLayouts
@Nullable public java.nio.LongBuffer pSetLayouts()
Returns aLongBuffer
view of the data pointed to by thepSetLayouts
field.
-
pushConstantRangeCount
public int pushConstantRangeCount()
Returns the value of thepushConstantRangeCount
field.
-
pPushConstantRanges
@Nullable public VkPushConstantRange.Buffer pPushConstantRanges()
Returns aVkPushConstantRange.Buffer
view of the struct array pointed to by thepPushConstantRanges
field.
-
sType
public VkPipelineLayoutCreateInfo sType(int value)
Sets the specified value to thesType
field.
-
pNext
public VkPipelineLayoutCreateInfo pNext(long value)
Sets the specified value to thepNext
field.
-
flags
public VkPipelineLayoutCreateInfo flags(int value)
Sets the specified value to theflags
field.
-
pSetLayouts
public VkPipelineLayoutCreateInfo pSetLayouts(@Nullable java.nio.LongBuffer value)
Sets the address of the specifiedLongBuffer
to thepSetLayouts
field.
-
pPushConstantRanges
public VkPipelineLayoutCreateInfo pPushConstantRanges(@Nullable VkPushConstantRange.Buffer value)
Sets the address of the specifiedVkPushConstantRange.Buffer
to thepPushConstantRanges
field.
-
set
public VkPipelineLayoutCreateInfo set(int sType, long pNext, int flags, @Nullable java.nio.LongBuffer pSetLayouts, @Nullable VkPushConstantRange.Buffer pPushConstantRanges)
Initializes this struct with the specified values.
-
set
public VkPipelineLayoutCreateInfo set(VkPipelineLayoutCreateInfo src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkPipelineLayoutCreateInfo malloc()
Returns a newVkPipelineLayoutCreateInfo
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkPipelineLayoutCreateInfo calloc()
Returns a newVkPipelineLayoutCreateInfo
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkPipelineLayoutCreateInfo create()
Returns a newVkPipelineLayoutCreateInfo
instance allocated withBufferUtils
.
-
create
public static VkPipelineLayoutCreateInfo create(long address)
Returns a newVkPipelineLayoutCreateInfo
instance for the specified memory address.
-
createSafe
@Nullable public static VkPipelineLayoutCreateInfo createSafe(long address)
-
malloc
public static VkPipelineLayoutCreateInfo.Buffer malloc(int capacity)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkPipelineLayoutCreateInfo.Buffer calloc(int capacity)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPipelineLayoutCreateInfo.Buffer create(int capacity)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPipelineLayoutCreateInfo.Buffer create(long address, int capacity)
Create aVkPipelineLayoutCreateInfo.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkPipelineLayoutCreateInfo.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkPipelineLayoutCreateInfo mallocStack()
Returns a newVkPipelineLayoutCreateInfo
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkPipelineLayoutCreateInfo callocStack()
Returns a newVkPipelineLayoutCreateInfo
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkPipelineLayoutCreateInfo mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineLayoutCreateInfo
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkPipelineLayoutCreateInfo callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineLayoutCreateInfo
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkPipelineLayoutCreateInfo.Buffer mallocStack(int capacity)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkPipelineLayoutCreateInfo.Buffer callocStack(int capacity)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkPipelineLayoutCreateInfo.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineLayoutCreateInfo.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkPipelineLayoutCreateInfo.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPipelineLayoutCreateInfo.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()
.
-
nsetLayoutCount
public static int nsetLayoutCount(long struct)
Unsafe version ofsetLayoutCount()
.
-
npSetLayouts
@Nullable public static java.nio.LongBuffer npSetLayouts(long struct)
Unsafe version ofpSetLayouts
.
-
npushConstantRangeCount
public static int npushConstantRangeCount(long struct)
Unsafe version ofpushConstantRangeCount()
.
-
npPushConstantRanges
@Nullable public static VkPushConstantRange.Buffer npPushConstantRanges(long struct)
Unsafe version ofpPushConstantRanges()
.
-
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
.
-
nsetLayoutCount
public static void nsetLayoutCount(long struct, int value)
Sets the specified value to thesetLayoutCount
field of the specifiedstruct
.
-
npSetLayouts
public static void npSetLayouts(long struct, @Nullable java.nio.LongBuffer value)
Unsafe version ofpSetLayouts
.
-
npushConstantRangeCount
public static void npushConstantRangeCount(long struct, int value)
Sets the specified value to thepushConstantRangeCount
field of the specifiedstruct
.
-
npPushConstantRanges
public static void npPushConstantRanges(long struct, @Nullable VkPushConstantRange.Buffer value)
Unsafe version ofpPushConstantRanges
.
-
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
-
-