Package org.lwjgl.vulkan
Class VkExtent2D
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkExtent2D
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
public class VkExtent2D extends Struct
Khronos Reference Page
Vulkan SpecificationDescribes a 2D extent.
Member documentation
width– the widthheight– the height
Layout
struct VkExtent2D { uint32_t width; uint32_t height; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classVkExtent2D.BufferAn array ofVkExtent2Dstructs.-
Nested classes/interfaces inherited from interface org.lwjgl.system.Pointer
Pointer.Default
-
-
Field Summary
Fields Modifier and Type Field and Description static intSIZEOFThe struct size in bytes.-
Fields inherited from interface org.lwjgl.system.Pointer
POINTER_SHIFT, POINTER_SIZE
-
-
Constructor Summary
Constructors Constructor and Description VkExtent2D(java.nio.ByteBuffer container)Creates aVkExtent2Dinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static VkExtent2Dcalloc()Returns a newVkExtent2Dinstance allocated withmemCalloc.static VkExtent2D.Buffercalloc(int capacity)Returns a newVkExtent2D.Bufferinstance allocated withmemCalloc.static VkExtent2DcallocStack()Returns a newVkExtent2Dinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkExtent2D.BuffercallocStack(int capacity)Returns a newVkExtent2D.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkExtent2D.BuffercallocStack(int capacity, MemoryStack stack)Returns a newVkExtent2D.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkExtent2DcallocStack(MemoryStack stack)Returns a newVkExtent2Dinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkExtent2Dcreate()Returns a newVkExtent2Dinstance allocated withBufferUtils.static VkExtent2D.Buffercreate(int capacity)Returns a newVkExtent2D.Bufferinstance allocated withBufferUtils.static VkExtent2Dcreate(long address)static VkExtent2D.Buffercreate(long address, int capacity)Create aVkExtent2D.Bufferinstance at the specified memory.intheight()Returns the value of theheightfield.VkExtent2Dheight(int value)Sets the specified value to theheightfield.static VkExtent2Dmalloc()Returns a newVkExtent2Dinstance allocated withmemAlloc.static VkExtent2D.Buffermalloc(int capacity)Returns a newVkExtent2D.Bufferinstance allocated withmemAlloc.static VkExtent2DmallocStack()Returns a newVkExtent2Dinstance allocated on the thread-localMemoryStack.static VkExtent2D.BuffermallocStack(int capacity)Returns a newVkExtent2D.Bufferinstance allocated on the thread-localMemoryStack.static VkExtent2D.BuffermallocStack(int capacity, MemoryStack stack)Returns a newVkExtent2D.Bufferinstance allocated on the specifiedMemoryStack.static VkExtent2DmallocStack(MemoryStack stack)Returns a newVkExtent2Dinstance allocated on the specifiedMemoryStack.VkExtent2Dnset(long struct)Unsafe version ofset.VkExtent2Dset(int width, int height)Initializes this struct with the specified values.VkExtent2Dset(VkExtent2D src)Copies the specified struct data to this struct.intsizeof()Returns thesizeof(struct).intwidth()Returns the value of thewidthfield.VkExtent2Dwidth(int value)Sets the specified value to thewidthfield.-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
-
-
-
Constructor Detail
-
VkExtent2D
public VkExtent2D(java.nio.ByteBuffer container)
Creates aVkExtent2Dinstance at the current position of the specifiedByteBuffercontainer. 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
-
sizeof
public int sizeof()
Description copied from class:StructReturns thesizeof(struct).
-
width
public int width()
Returns the value of thewidthfield.
-
height
public int height()
Returns the value of theheightfield.
-
width
public VkExtent2D width(int value)
Sets the specified value to thewidthfield.
-
height
public VkExtent2D height(int value)
Sets the specified value to theheightfield.
-
set
public VkExtent2D set(int width, int height)
Initializes this struct with the specified values.
-
nset
public VkExtent2D nset(long struct)
Unsafe version ofset.
-
set
public VkExtent2D set(VkExtent2D src)
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
public static VkExtent2D malloc()
Returns a newVkExtent2Dinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static VkExtent2D calloc()
Returns a newVkExtent2Dinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static VkExtent2D create()
Returns a newVkExtent2Dinstance allocated withBufferUtils.
-
create
public static VkExtent2D create(long address)
-
malloc
public static VkExtent2D.Buffer malloc(int capacity)
Returns a newVkExtent2D.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static VkExtent2D.Buffer calloc(int capacity)
Returns a newVkExtent2D.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static VkExtent2D.Buffer create(int capacity)
Returns a newVkExtent2D.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static VkExtent2D.Buffer create(long address, int capacity)
Create aVkExtent2D.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
mallocStack
public static VkExtent2D mallocStack()
Returns a newVkExtent2Dinstance allocated on the thread-localMemoryStack.
-
callocStack
public static VkExtent2D callocStack()
Returns a newVkExtent2Dinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.
-
mallocStack
public static VkExtent2D mallocStack(MemoryStack stack)
Returns a newVkExtent2Dinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
callocStack
public static VkExtent2D callocStack(MemoryStack stack)
Returns a newVkExtent2Dinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
mallocStack
public static VkExtent2D.Buffer mallocStack(int capacity)
Returns a newVkExtent2D.Bufferinstance allocated on the thread-localMemoryStack.- Parameters:
capacity- the buffer capacity
-
callocStack
public static VkExtent2D.Buffer callocStack(int capacity)
Returns a newVkExtent2D.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacity
-
mallocStack
public static VkExtent2D.Buffer mallocStack(int capacity, MemoryStack stack)
Returns a newVkExtent2D.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
callocStack
public static VkExtent2D.Buffer callocStack(int capacity, MemoryStack stack)
Returns a newVkExtent2D.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
-