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