Package org.lwjgl.vulkan
Class VkPipelineCacheCreateInfo
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkPipelineCacheCreateInfo
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
public class VkPipelineCacheCreateInfo extends Struct
Khronos Reference Page
Vulkan SpecificationContains information about how a pipeline cache object should be created.
Valid Usage
sTypemust beSTRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFOpNextmust beNULLflagsmust be 0- If
initialDataSizeis not 0,pInitialDatamust be a pointer to an array ofinitialDataSizebytes - If
initialDataSizeis not 0, it must be equal to the size ofpInitialData, as returned byGetPipelineCacheDatawhenpInitialDatawas originally retrieved - If
initialDataSizeis not 0,pInitialDatamust have been retrieved from a previous call toGetPipelineCacheData
Member documentation
sType– the type of this structure. Must be:STRUCTURE_TYPE_PIPELINE_CACHE_CREATE_INFOpNext– reserved for use by extensionsflags– reserved for future useinitialDataSize– the number of bytes inpInitialDatapInitialData– a pointer to previously retrieved pipeline cache data
Layout
struct VkPipelineCacheCreateInfo { VkStructureType sType; const void * pNext; VkPipelineCacheCreateFlags flags; size_t initialDataSize; const void * pInitialData; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classVkPipelineCacheCreateInfo.BufferAn array ofVkPipelineCacheCreateInfostructs.-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
Fields Modifier and Type Field and Description static intSIZEOFThe struct size in bytes.-
Fields inherited from interface org.lwjgl.system.Pointer
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description VkPipelineCacheCreateInfo(java.nio.ByteBuffer container)Creates aVkPipelineCacheCreateInfoinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static VkPipelineCacheCreateInfocalloc()Returns a newVkPipelineCacheCreateInfoinstance allocated withmemCalloc.static VkPipelineCacheCreateInfo.Buffercalloc(int capacity)Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated withmemCalloc.static VkPipelineCacheCreateInfocallocStack()Returns a newVkPipelineCacheCreateInfoinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkPipelineCacheCreateInfo.BuffercallocStack(int capacity)Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkPipelineCacheCreateInfo.BuffercallocStack(int capacity, MemoryStack stack)Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkPipelineCacheCreateInfocallocStack(MemoryStack stack)Returns a newVkPipelineCacheCreateInfoinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkPipelineCacheCreateInfocreate()Returns a newVkPipelineCacheCreateInfoinstance allocated withBufferUtils.static VkPipelineCacheCreateInfo.Buffercreate(int capacity)Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated withBufferUtils.static VkPipelineCacheCreateInfocreate(long address)Returns a newVkPipelineCacheCreateInfoinstance for the specified memory address ornullif the address isNULL.static VkPipelineCacheCreateInfo.Buffercreate(long address, int capacity)Create aVkPipelineCacheCreateInfo.Bufferinstance at the specified memory.intflags()Returns the value of theflagsfield.VkPipelineCacheCreateInfoflags(int value)Sets the specified value to theflagsfield.longinitialDataSize()Returns the value of theinitialDataSizefield.static VkPipelineCacheCreateInfomalloc()Returns a newVkPipelineCacheCreateInfoinstance allocated withmemAlloc.static VkPipelineCacheCreateInfo.Buffermalloc(int capacity)Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated withmemAlloc.static VkPipelineCacheCreateInfomallocStack()Returns a newVkPipelineCacheCreateInfoinstance allocated on the thread-localMemoryStack.static VkPipelineCacheCreateInfo.BuffermallocStack(int capacity)Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated on the thread-localMemoryStack.static VkPipelineCacheCreateInfo.BuffermallocStack(int capacity, MemoryStack stack)Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated on the specifiedMemoryStack.static VkPipelineCacheCreateInfomallocStack(MemoryStack stack)Returns a newVkPipelineCacheCreateInfoinstance allocated on the specifiedMemoryStack.VkPipelineCacheCreateInfonset(long struct)Unsafe version ofset.java.nio.ByteBufferpInitialData()Returns aByteBufferview of the data pointed to by thepInitialDatafield.VkPipelineCacheCreateInfopInitialData(java.nio.ByteBuffer value)Sets the address of the specifiedByteBufferto thepInitialDatafield.longpNext()Returns the value of thepNextfield.VkPipelineCacheCreateInfopNext(long value)Sets the specified value to thepNextfield.VkPipelineCacheCreateInfoset(int sType, long pNext, int flags, java.nio.ByteBuffer pInitialData)Initializes this struct with the specified values.VkPipelineCacheCreateInfoset(VkPipelineCacheCreateInfo src)Copies the specified struct data to this struct.intsizeof()Returns thesizeof(struct).intsType()Returns the value of thesTypefield.VkPipelineCacheCreateInfosType(int value)Sets the specified value to thesTypefield.static voidvalidate(long struct)Validates pointer members that should not beNULL.static voidvalidate(long array, int count)CallsVkPipelineCacheCreateInfo.validate(long)for each struct contained in the specified struct array.-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
-
-
-
Constructor Detail
-
VkPipelineCacheCreateInfo
public VkPipelineCacheCreateInfo(java.nio.ByteBuffer container)
Creates aVkPipelineCacheCreateInfoinstance at the current position of the specifiedByteBuffercontainer. 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()
Description copied from class:StructReturns thesizeof(struct).
-
sType
public int sType()
Returns the value of thesTypefield.
-
pNext
public long pNext()
Returns the value of thepNextfield.
-
flags
public int flags()
Returns the value of theflagsfield.
-
initialDataSize
public long initialDataSize()
Returns the value of theinitialDataSizefield.
-
pInitialData
public java.nio.ByteBuffer pInitialData()
Returns aByteBufferview of the data pointed to by thepInitialDatafield.
-
sType
public VkPipelineCacheCreateInfo sType(int value)
Sets the specified value to thesTypefield.
-
pNext
public VkPipelineCacheCreateInfo pNext(long value)
Sets the specified value to thepNextfield.
-
flags
public VkPipelineCacheCreateInfo flags(int value)
Sets the specified value to theflagsfield.
-
pInitialData
public VkPipelineCacheCreateInfo pInitialData(java.nio.ByteBuffer value)
Sets the address of the specifiedByteBufferto thepInitialDatafield.
-
set
public VkPipelineCacheCreateInfo set(int sType, long pNext, int flags, java.nio.ByteBuffer pInitialData)
Initializes this struct with the specified values.
-
nset
public VkPipelineCacheCreateInfo nset(long struct)
Unsafe version ofset.
-
set
public VkPipelineCacheCreateInfo set(VkPipelineCacheCreateInfo src)
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
public static VkPipelineCacheCreateInfo malloc()
Returns a newVkPipelineCacheCreateInfoinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static VkPipelineCacheCreateInfo calloc()
Returns a newVkPipelineCacheCreateInfoinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static VkPipelineCacheCreateInfo create()
Returns a newVkPipelineCacheCreateInfoinstance allocated withBufferUtils.
-
create
public static VkPipelineCacheCreateInfo create(long address)
Returns a newVkPipelineCacheCreateInfoinstance for the specified memory address ornullif the address isNULL.
-
malloc
public static VkPipelineCacheCreateInfo.Buffer malloc(int capacity)
Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static VkPipelineCacheCreateInfo.Buffer calloc(int capacity)
Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static VkPipelineCacheCreateInfo.Buffer create(int capacity)
Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static VkPipelineCacheCreateInfo.Buffer create(long address, int capacity)
Create aVkPipelineCacheCreateInfo.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
mallocStack
public static VkPipelineCacheCreateInfo mallocStack()
Returns a newVkPipelineCacheCreateInfoinstance allocated on the thread-localMemoryStack.
-
callocStack
public static VkPipelineCacheCreateInfo callocStack()
Returns a newVkPipelineCacheCreateInfoinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.
-
mallocStack
public static VkPipelineCacheCreateInfo mallocStack(MemoryStack stack)
Returns a newVkPipelineCacheCreateInfoinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
callocStack
public static VkPipelineCacheCreateInfo callocStack(MemoryStack stack)
Returns a newVkPipelineCacheCreateInfoinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
mallocStack
public static VkPipelineCacheCreateInfo.Buffer mallocStack(int capacity)
Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated on the thread-localMemoryStack.- Parameters:
capacity- the buffer capacity
-
callocStack
public static VkPipelineCacheCreateInfo.Buffer callocStack(int capacity)
Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacity
-
mallocStack
public static VkPipelineCacheCreateInfo.Buffer mallocStack(int capacity, MemoryStack stack)
Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
callocStack
public static VkPipelineCacheCreateInfo.Buffer callocStack(int capacity, MemoryStack stack)
Returns a newVkPipelineCacheCreateInfo.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
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)CallsVkPipelineCacheCreateInfo.validate(long)for each struct contained in the specified struct array.- Parameters:
array- the struct array to validatecount- the number of structs inarray
-
-