Package org.lwjgl.vulkan
Class VkBindImagePlaneMemoryInfoKHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkBindImagePlaneMemoryInfo
-
- org.lwjgl.vulkan.VkBindImagePlaneMemoryInfoKHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkBindImagePlaneMemoryInfoKHR extends VkBindImagePlaneMemoryInfo
SeeVkBindImagePlaneMemoryInfo
.Layout
struct VkBindImagePlaneMemoryInfoKHR { VkStructureType sType; void const * pNext; VkImageAspectFlagBits planeAspect; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkBindImagePlaneMemoryInfoKHR.Buffer
An array ofVkBindImagePlaneMemoryInfoKHR
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.VkBindImagePlaneMemoryInfo
ALIGNOF, PLANEASPECT, PNEXT, SIZEOF, STYPE
-
-
Constructor Summary
Constructors Constructor Description VkBindImagePlaneMemoryInfoKHR(java.nio.ByteBuffer container)
Creates aVkBindImagePlaneMemoryInfoKHR
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 VkBindImagePlaneMemoryInfoKHR
calloc()
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated withmemCalloc
.static VkBindImagePlaneMemoryInfoKHR.Buffer
calloc(int capacity)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated withmemCalloc
.static VkBindImagePlaneMemoryInfoKHR
callocStack()
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkBindImagePlaneMemoryInfoKHR.Buffer
callocStack(int capacity)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkBindImagePlaneMemoryInfoKHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkBindImagePlaneMemoryInfoKHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkBindImagePlaneMemoryInfoKHR
create()
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated withBufferUtils
.static VkBindImagePlaneMemoryInfoKHR.Buffer
create(int capacity)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated withBufferUtils
.static VkBindImagePlaneMemoryInfoKHR
create(long address)
Returns a newVkBindImagePlaneMemoryInfoKHR
instance for the specified memory address.static VkBindImagePlaneMemoryInfoKHR.Buffer
create(long address, int capacity)
Create aVkBindImagePlaneMemoryInfoKHR.Buffer
instance at the specified memory.static VkBindImagePlaneMemoryInfoKHR
createSafe(long address)
static VkBindImagePlaneMemoryInfoKHR.Buffer
createSafe(long address, int capacity)
static VkBindImagePlaneMemoryInfoKHR
malloc()
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated withmemAlloc
.static VkBindImagePlaneMemoryInfoKHR.Buffer
malloc(int capacity)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated withmemAlloc
.static VkBindImagePlaneMemoryInfoKHR
mallocStack()
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated on the thread-localMemoryStack
.static VkBindImagePlaneMemoryInfoKHR.Buffer
mallocStack(int capacity)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkBindImagePlaneMemoryInfoKHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkBindImagePlaneMemoryInfoKHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated on the specifiedMemoryStack
.VkBindImagePlaneMemoryInfoKHR
planeAspect(int value)
Sets the specified value to theplaneAspect
field.VkBindImagePlaneMemoryInfoKHR
pNext(long value)
Sets the specified value to thepNext
field.VkBindImagePlaneMemoryInfoKHR
set(int sType, long pNext, int planeAspect)
Initializes this struct with the specified values.VkBindImagePlaneMemoryInfoKHR
set(VkBindImagePlaneMemoryInfoKHR src)
Copies the specified struct data to this struct.VkBindImagePlaneMemoryInfoKHR
sType(int value)
Sets the specified value to thesType
field.-
Methods inherited from class org.lwjgl.vulkan.VkBindImagePlaneMemoryInfo
nplaneAspect, nplaneAspect, npNext, npNext, nsType, nsType, planeAspect, pNext, set, sizeof, sType
-
-
-
-
Constructor Detail
-
VkBindImagePlaneMemoryInfoKHR
public VkBindImagePlaneMemoryInfoKHR(java.nio.ByteBuffer container)
Creates aVkBindImagePlaneMemoryInfoKHR
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 VkBindImagePlaneMemoryInfoKHR sType(int value)
Sets the specified value to thesType
field.- Overrides:
sType
in classVkBindImagePlaneMemoryInfo
-
pNext
public VkBindImagePlaneMemoryInfoKHR pNext(long value)
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkBindImagePlaneMemoryInfo
-
planeAspect
public VkBindImagePlaneMemoryInfoKHR planeAspect(int value)
Sets the specified value to theplaneAspect
field.- Overrides:
planeAspect
in classVkBindImagePlaneMemoryInfo
-
set
public VkBindImagePlaneMemoryInfoKHR set(int sType, long pNext, int planeAspect)
Initializes this struct with the specified values.- Overrides:
set
in classVkBindImagePlaneMemoryInfo
-
set
public VkBindImagePlaneMemoryInfoKHR set(VkBindImagePlaneMemoryInfoKHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkBindImagePlaneMemoryInfoKHR malloc()
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkBindImagePlaneMemoryInfoKHR calloc()
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkBindImagePlaneMemoryInfoKHR create()
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated withBufferUtils
.
-
create
public static VkBindImagePlaneMemoryInfoKHR create(long address)
Returns a newVkBindImagePlaneMemoryInfoKHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkBindImagePlaneMemoryInfoKHR createSafe(long address)
-
malloc
public static VkBindImagePlaneMemoryInfoKHR.Buffer malloc(int capacity)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkBindImagePlaneMemoryInfoKHR.Buffer calloc(int capacity)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkBindImagePlaneMemoryInfoKHR.Buffer create(int capacity)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkBindImagePlaneMemoryInfoKHR.Buffer create(long address, int capacity)
Create aVkBindImagePlaneMemoryInfoKHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkBindImagePlaneMemoryInfoKHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkBindImagePlaneMemoryInfoKHR mallocStack()
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkBindImagePlaneMemoryInfoKHR callocStack()
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkBindImagePlaneMemoryInfoKHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkBindImagePlaneMemoryInfoKHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImagePlaneMemoryInfoKHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkBindImagePlaneMemoryInfoKHR.Buffer mallocStack(int capacity)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkBindImagePlaneMemoryInfoKHR.Buffer callocStack(int capacity)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkBindImagePlaneMemoryInfoKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkBindImagePlaneMemoryInfoKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkBindImagePlaneMemoryInfoKHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
-