Package org.lwjgl.vulkan
Class VkPhysicalDeviceFeatures2KHR
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkPhysicalDeviceFeatures2
-
- org.lwjgl.vulkan.VkPhysicalDeviceFeatures2KHR
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkPhysicalDeviceFeatures2KHR extends VkPhysicalDeviceFeatures2
SeeVkPhysicalDeviceFeatures2
.Layout
struct VkPhysicalDeviceFeatures2KHR { VkStructureType sType; void * pNext;
VkPhysicalDeviceFeatures
features; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkPhysicalDeviceFeatures2KHR.Buffer
An array ofVkPhysicalDeviceFeatures2KHR
structs.
-
Constructor Summary
Constructors Constructor Description VkPhysicalDeviceFeatures2KHR(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceFeatures2KHR
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 VkPhysicalDeviceFeatures2KHR
calloc()
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated withmemCalloc
.static VkPhysicalDeviceFeatures2KHR.Buffer
calloc(int capacity)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated withmemCalloc
.static VkPhysicalDeviceFeatures2KHR
callocStack()
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceFeatures2KHR.Buffer
callocStack(int capacity)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceFeatures2KHR.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceFeatures2KHR
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkPhysicalDeviceFeatures2KHR
create()
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated withBufferUtils
.static VkPhysicalDeviceFeatures2KHR.Buffer
create(int capacity)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated withBufferUtils
.static VkPhysicalDeviceFeatures2KHR
create(long address)
Returns a newVkPhysicalDeviceFeatures2KHR
instance for the specified memory address.static VkPhysicalDeviceFeatures2KHR.Buffer
create(long address, int capacity)
Create aVkPhysicalDeviceFeatures2KHR.Buffer
instance at the specified memory.static VkPhysicalDeviceFeatures2KHR
createSafe(long address)
static VkPhysicalDeviceFeatures2KHR.Buffer
createSafe(long address, int capacity)
VkPhysicalDeviceFeatures2KHR
features(java.util.function.Consumer<VkPhysicalDeviceFeatures> consumer)
Passes thefeatures
field to the specifiedConsumer
.VkPhysicalDeviceFeatures2KHR
features(VkPhysicalDeviceFeatures value)
Copies the specifiedVkPhysicalDeviceFeatures
to thefeatures
field.static VkPhysicalDeviceFeatures2KHR
malloc()
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated withmemAlloc
.static VkPhysicalDeviceFeatures2KHR.Buffer
malloc(int capacity)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated withmemAlloc
.static VkPhysicalDeviceFeatures2KHR
mallocStack()
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceFeatures2KHR.Buffer
mallocStack(int capacity)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated on the thread-localMemoryStack
.static VkPhysicalDeviceFeatures2KHR.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated on the specifiedMemoryStack
.static VkPhysicalDeviceFeatures2KHR
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated on the specifiedMemoryStack
.VkPhysicalDeviceFeatures2KHR
pNext(long value)
Sets the specified value to thepNext
field.VkPhysicalDeviceFeatures2KHR
set(int sType, long pNext, VkPhysicalDeviceFeatures features)
Initializes this struct with the specified values.VkPhysicalDeviceFeatures2KHR
set(VkPhysicalDeviceFeatures2KHR src)
Copies the specified struct data to this struct.VkPhysicalDeviceFeatures2KHR
sType(int value)
Sets the specified value to thesType
field.
-
-
-
Constructor Detail
-
VkPhysicalDeviceFeatures2KHR
public VkPhysicalDeviceFeatures2KHR(java.nio.ByteBuffer container)
Creates aVkPhysicalDeviceFeatures2KHR
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 VkPhysicalDeviceFeatures2KHR sType(int value)
Sets the specified value to thesType
field.- Overrides:
sType
in classVkPhysicalDeviceFeatures2
-
pNext
public VkPhysicalDeviceFeatures2KHR pNext(long value)
Sets the specified value to thepNext
field.- Overrides:
pNext
in classVkPhysicalDeviceFeatures2
-
features
public VkPhysicalDeviceFeatures2KHR features(VkPhysicalDeviceFeatures value)
Copies the specifiedVkPhysicalDeviceFeatures
to thefeatures
field.- Overrides:
features
in classVkPhysicalDeviceFeatures2
-
features
public VkPhysicalDeviceFeatures2KHR features(java.util.function.Consumer<VkPhysicalDeviceFeatures> consumer)
Passes thefeatures
field to the specifiedConsumer
.- Overrides:
features
in classVkPhysicalDeviceFeatures2
-
set
public VkPhysicalDeviceFeatures2KHR set(int sType, long pNext, VkPhysicalDeviceFeatures features)
Initializes this struct with the specified values.- Overrides:
set
in classVkPhysicalDeviceFeatures2
-
set
public VkPhysicalDeviceFeatures2KHR set(VkPhysicalDeviceFeatures2KHR src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkPhysicalDeviceFeatures2KHR malloc()
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkPhysicalDeviceFeatures2KHR calloc()
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkPhysicalDeviceFeatures2KHR create()
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated withBufferUtils
.
-
create
public static VkPhysicalDeviceFeatures2KHR create(long address)
Returns a newVkPhysicalDeviceFeatures2KHR
instance for the specified memory address.
-
createSafe
@Nullable public static VkPhysicalDeviceFeatures2KHR createSafe(long address)
-
malloc
public static VkPhysicalDeviceFeatures2KHR.Buffer malloc(int capacity)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkPhysicalDeviceFeatures2KHR.Buffer calloc(int capacity)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceFeatures2KHR.Buffer create(int capacity)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkPhysicalDeviceFeatures2KHR.Buffer create(long address, int capacity)
Create aVkPhysicalDeviceFeatures2KHR.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkPhysicalDeviceFeatures2KHR.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkPhysicalDeviceFeatures2KHR mallocStack()
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkPhysicalDeviceFeatures2KHR callocStack()
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkPhysicalDeviceFeatures2KHR mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkPhysicalDeviceFeatures2KHR callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceFeatures2KHR
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkPhysicalDeviceFeatures2KHR.Buffer mallocStack(int capacity)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceFeatures2KHR.Buffer callocStack(int capacity)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkPhysicalDeviceFeatures2KHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkPhysicalDeviceFeatures2KHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkPhysicalDeviceFeatures2KHR.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
-