Package org.lwjgl.vulkan
Class VkBindImageMemoryInfoKHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkBindImageMemoryInfo
-
- org.lwjgl.vulkan.VkBindImageMemoryInfoKHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkBindImageMemoryInfoKHR extends VkBindImageMemoryInfo
SeeVkBindImageMemoryInfo
.Layout
struct VkBindImageMemoryInfoKHR { VkStructureType sType; void const * pNext; VkImage image; VkDeviceMemory memory; VkDeviceSize memoryOffset; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkBindImageMemoryInfoKHR.Buffer
An array ofVkBindImageMemoryInfoKHR
structs.
-
Field Summary
-
Fields inherited from interface org.lwjgl.system.Pointer
BITS32, BITS64, CLONG_SHIFT, CLONG_SIZE, POINTER_SHIFT, POINTER_SIZE
-
Fields inherited from class org.lwjgl.vulkan.VkBindImageMemoryInfo
ALIGNOF, IMAGE, MEMORY, MEMORYOFFSET, PNEXT, SIZEOF, STYPE
-
-
Constructor Summary
Constructors Constructor Description VkBindImageMemoryInfoKHR(java.nio.ByteBuffer container)
Creates aVkBindImageMemoryInfoKHR
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 VkBindImageMemoryInfoKHR
calloc()
Returns a newVkBindImageMemoryInfoKHR
instance allocated withmemCalloc
.static VkBindImageMemoryInfoKHR.Buffer
calloc(int capacity)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated withmemCalloc
.static VkBindImageMemoryInfoKHR
callocStack()
Returns a newVkBindImageMemoryInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkBindImageMemoryInfoKHR.Buffer
callocStack(int capacity)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkBindImageMemoryInfoKHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkBindImageMemoryInfoKHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImageMemoryInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkBindImageMemoryInfoKHR
create()
Returns a newVkBindImageMemoryInfoKHR
instance allocated withBufferUtils
.static VkBindImageMemoryInfoKHR.Buffer
create(int capacity)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated withBufferUtils
.static VkBindImageMemoryInfoKHR
create(long address)
Returns a newVkBindImageMemoryInfoKHR
instance for the specified memory address.static VkBindImageMemoryInfoKHR.Buffer
create(long address, int capacity)
Create aVkBindImageMemoryInfoKHR.Buffer
instance at the specified memory.static VkBindImageMemoryInfoKHR
createSafe(long address)
static VkBindImageMemoryInfoKHR.Buffer
createSafe(long address, int capacity)
VkBindImageMemoryInfoKHR
image(long value)
Sets the specified value to theimage
field.static VkBindImageMemoryInfoKHR
malloc()
Returns a newVkBindImageMemoryInfoKHR
instance allocated withmemAlloc
.static VkBindImageMemoryInfoKHR.Buffer
malloc(int capacity)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated withmemAlloc
.static VkBindImageMemoryInfoKHR
mallocStack()
Returns a newVkBindImageMemoryInfoKHR
instance allocated on the thread-localMemoryStack
.static VkBindImageMemoryInfoKHR.Buffer
mallocStack(int capacity)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkBindImageMemoryInfoKHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkBindImageMemoryInfoKHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImageMemoryInfoKHR
instance allocated on the specifiedMemoryStack
.VkBindImageMemoryInfoKHR
memory(long value)
Sets the specified value to thememory
field.VkBindImageMemoryInfoKHR
memoryOffset(long value)
Sets the specified value to thememoryOffset
field.VkBindImageMemoryInfoKHR
pNext(long value)
Sets the specified value to thepNext
field.VkBindImageMemoryInfoKHR
set(int sType, long pNext, long image, long memory, long memoryOffset)
Initializes this struct with the specified values.VkBindImageMemoryInfoKHR
set(VkBindImageMemoryInfoKHR src)
Copies the specified struct data to this struct.VkBindImageMemoryInfoKHR
sType(int value)
Sets the specified value to thesType
field.-
Methods inherited from class org.lwjgl.vulkan.VkBindImageMemoryInfo
image, memory, memoryOffset, nimage, nimage, nmemory, nmemory, nmemoryOffset, nmemoryOffset, npNext, npNext, nsType, nsType, pNext, set, sizeof, sType
-
-
-
-
Constructor Detail
-
VkBindImageMemoryInfoKHR
public VkBindImageMemoryInfoKHR(java.nio.ByteBuffer container)
Creates aVkBindImageMemoryInfoKHR
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
-
sType
public VkBindImageMemoryInfoKHR sType(int value)
Sets the specified value to thesType
field.- Overrides:
sType
in classVkBindImageMemoryInfo
-
pNext
public VkBindImageMemoryInfoKHR pNext(long value)
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkBindImageMemoryInfo
-
image
public VkBindImageMemoryInfoKHR image(long value)
Sets the specified value to theimage
field.- Overrides:
image
in classVkBindImageMemoryInfo
-
memory
public VkBindImageMemoryInfoKHR memory(long value)
Sets the specified value to thememory
field.- Overrides:
memory
in classVkBindImageMemoryInfo
-
memoryOffset
public VkBindImageMemoryInfoKHR memoryOffset(long value)
Sets the specified value to thememoryOffset
field.- Overrides:
memoryOffset
in classVkBindImageMemoryInfo
-
set
public VkBindImageMemoryInfoKHR set(int sType, long pNext, long image, long memory, long memoryOffset)
Initializes this struct with the specified values.- Overrides:
set
in classVkBindImageMemoryInfo
-
set
public VkBindImageMemoryInfoKHR set(VkBindImageMemoryInfoKHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkBindImageMemoryInfoKHR malloc()
Returns a newVkBindImageMemoryInfoKHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkBindImageMemoryInfoKHR calloc()
Returns a newVkBindImageMemoryInfoKHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkBindImageMemoryInfoKHR create()
Returns a newVkBindImageMemoryInfoKHR
instance allocated withBufferUtils
.
-
create
public static VkBindImageMemoryInfoKHR create(long address)
Returns a newVkBindImageMemoryInfoKHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkBindImageMemoryInfoKHR createSafe(long address)
-
malloc
public static VkBindImageMemoryInfoKHR.Buffer malloc(int capacity)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkBindImageMemoryInfoKHR.Buffer calloc(int capacity)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkBindImageMemoryInfoKHR.Buffer create(int capacity)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkBindImageMemoryInfoKHR.Buffer create(long address, int capacity)
Create aVkBindImageMemoryInfoKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkBindImageMemoryInfoKHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkBindImageMemoryInfoKHR mallocStack()
Returns a newVkBindImageMemoryInfoKHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkBindImageMemoryInfoKHR callocStack()
Returns a newVkBindImageMemoryInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkBindImageMemoryInfoKHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImageMemoryInfoKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkBindImageMemoryInfoKHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImageMemoryInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkBindImageMemoryInfoKHR.Buffer mallocStack(int capacity)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkBindImageMemoryInfoKHR.Buffer callocStack(int capacity)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkBindImageMemoryInfoKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkBindImageMemoryInfoKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImageMemoryInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
-