public class VkPhysicalDeviceImagelessFramebufferFeaturesKHR
extends org.lwjgl.system.Struct
implements org.lwjgl.system.NativeResource
If the VkPhysicalDeviceImagelessFramebufferFeaturesKHR structure is included in the pNext chain of VkPhysicalDeviceFeatures2, it is filled with values indicating whether the feature is supported. VkPhysicalDeviceImagelessFramebufferFeaturesKHR can also be included in the pNext chain of VkDeviceCreateInfo to enable this feature.
imagelessFramebuffer – indicates that the implementation supports specifying the image view for attachments at render pass begin time via VkRenderPassAttachmentBeginInfoKHR.
struct VkPhysicalDeviceImagelessFramebufferFeaturesKHR {
VkStructureType sType;
void * pNext;
VkBool32 imagelessFramebuffer;
}| Modifier and Type | Class and Description |
|---|---|
static class |
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer
An array of
VkPhysicalDeviceImagelessFramebufferFeaturesKHR structs. |
| Modifier and Type | Field and Description |
|---|---|
static int |
ALIGNOF
The struct alignment in bytes.
|
static int |
IMAGELESSFRAMEBUFFER
The struct member offsets.
|
static int |
PNEXT
The struct member offsets.
|
static int |
SIZEOF
The struct size in bytes.
|
static int |
STYPE
The struct member offsets.
|
| Constructor and Description |
|---|
VkPhysicalDeviceImagelessFramebufferFeaturesKHR(java.nio.ByteBuffer container)
Creates a
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance at the current position of the specified ByteBuffer container. |
| Modifier and Type | Method and Description |
|---|---|
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
calloc()
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated with memCalloc. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer |
calloc(int capacity)
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated with memCalloc. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
callocStack()
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer |
callocStack(int capacity)
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer |
callocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated on the specified MemoryStack and initializes all its bits to zero. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
create()
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated with BufferUtils. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer |
create(int capacity)
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated with BufferUtils. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
create(long address)
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance for the specified memory address. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer |
create(long address,
int capacity)
Create a
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance at the specified memory. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
createSafe(long address)
|
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer |
createSafe(long address,
int capacity)
|
boolean |
imagelessFramebuffer()
Returns the value of the
imagelessFramebuffer field. |
VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
imagelessFramebuffer(boolean value)
Sets the specified value to the
imagelessFramebuffer field. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
malloc()
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated with memAlloc. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer |
malloc(int capacity)
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated with memAlloc. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
mallocStack()
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated on the thread-local MemoryStack. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer |
mallocStack(int capacity)
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated on the thread-local MemoryStack. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer |
mallocStack(int capacity,
org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated on the specified MemoryStack. |
static VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a new
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated on the specified MemoryStack. |
static int |
nimagelessFramebuffer(long struct)
Unsafe version of
imagelessFramebuffer(). |
static void |
nimagelessFramebuffer(long struct,
int value)
Unsafe version of
imagelessFramebuffer. |
static long |
npNext(long struct)
Unsafe version of
pNext(). |
static void |
npNext(long struct,
long value)
Unsafe version of
pNext. |
static int |
nsType(long struct)
Unsafe version of
sType(). |
static void |
nsType(long struct,
int value)
Unsafe version of
sType. |
long |
pNext()
Returns the value of the
pNext field. |
VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
pNext(long value)
Sets the specified value to the
pNext field. |
VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
set(int sType,
long pNext,
boolean imagelessFramebuffer)
Initializes this struct with the specified values.
|
VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
set(VkPhysicalDeviceImagelessFramebufferFeaturesKHR src)
Copies the specified struct data to this struct.
|
int |
sizeof() |
int |
sType()
Returns the value of the
sType field. |
VkPhysicalDeviceImagelessFramebufferFeaturesKHR |
sType(int value)
Sets the specified value to the
sType field. |
public static final int SIZEOF
public static final int ALIGNOF
public static final int STYPE
public static final int PNEXT
public static final int IMAGELESSFRAMEBUFFER
public VkPhysicalDeviceImagelessFramebufferFeaturesKHR(java.nio.ByteBuffer container)
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance at the current position of the specified ByteBuffer 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.
public int sizeof()
sizeof in class org.lwjgl.system.Structpublic int sType()
sType field.public long pNext()
pNext field.public boolean imagelessFramebuffer()
imagelessFramebuffer field.public VkPhysicalDeviceImagelessFramebufferFeaturesKHR sType(int value)
sType field.public VkPhysicalDeviceImagelessFramebufferFeaturesKHR pNext(long value)
pNext field.public VkPhysicalDeviceImagelessFramebufferFeaturesKHR imagelessFramebuffer(boolean value)
imagelessFramebuffer field.public VkPhysicalDeviceImagelessFramebufferFeaturesKHR set(int sType, long pNext, boolean imagelessFramebuffer)
public VkPhysicalDeviceImagelessFramebufferFeaturesKHR set(VkPhysicalDeviceImagelessFramebufferFeaturesKHR src)
src - the source structpublic static VkPhysicalDeviceImagelessFramebufferFeaturesKHR malloc()
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated with memAlloc. The instance must be explicitly freed.public static VkPhysicalDeviceImagelessFramebufferFeaturesKHR calloc()
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated with memCalloc. The instance must be explicitly freed.public static VkPhysicalDeviceImagelessFramebufferFeaturesKHR create()
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated with BufferUtils.public static VkPhysicalDeviceImagelessFramebufferFeaturesKHR create(long address)
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance for the specified memory address.@Nullable public static VkPhysicalDeviceImagelessFramebufferFeaturesKHR createSafe(long address)
public static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer malloc(int capacity)
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated with memAlloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer calloc(int capacity)
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated with memCalloc. The instance must be explicitly freed.capacity - the buffer capacitypublic static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer create(int capacity)
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated with BufferUtils.capacity - the buffer capacitypublic static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer create(long address, int capacity)
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance at the specified memory.address - the memory addresscapacity - the buffer capacity@Nullable public static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer createSafe(long address, int capacity)
public static VkPhysicalDeviceImagelessFramebufferFeaturesKHR mallocStack()
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated on the thread-local MemoryStack.public static VkPhysicalDeviceImagelessFramebufferFeaturesKHR callocStack()
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated on the thread-local MemoryStack and initializes all its bits to zero.public static VkPhysicalDeviceImagelessFramebufferFeaturesKHR mallocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated on the specified MemoryStack.stack - the stack from which to allocatepublic static VkPhysicalDeviceImagelessFramebufferFeaturesKHR callocStack(org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceImagelessFramebufferFeaturesKHR instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatepublic static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer mallocStack(int capacity)
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated on the thread-local MemoryStack.capacity - the buffer capacitypublic static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer callocStack(int capacity)
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated on the thread-local MemoryStack and initializes all its bits to zero.capacity - the buffer capacitypublic static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated on the specified MemoryStack.stack - the stack from which to allocatecapacity - the buffer capacitypublic static VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
VkPhysicalDeviceImagelessFramebufferFeaturesKHR.Buffer instance allocated on the specified MemoryStack and initializes all its bits to zero.stack - the stack from which to allocatecapacity - the buffer capacitypublic static int nsType(long struct)
sType().public static long npNext(long struct)
pNext().public static int nimagelessFramebuffer(long struct)
imagelessFramebuffer().public static void nsType(long struct,
int value)
sType.public static void npNext(long struct,
long value)
pNext.public static void nimagelessFramebuffer(long struct,
int value)
imagelessFramebuffer.Copyright LWJGL. All Rights Reserved. License terms.