Package org.lwjgl.vulkan
Class VkOffset3D
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkOffset3D
-
- All Implemented Interfaces:
- java.lang.AutoCloseable, NativeResource, Pointer
public class VkOffset3D extends Struct
Khronos Reference Page
Vulkan SpecificationDescribes a 3D offset.
Member documentation
x– the x offsety– the y offsetz– the z offset
Layout
struct VkOffset3D { int32_t x; int32_t y; int32_t z; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static classVkOffset3D.BufferAn array ofVkOffset3Dstructs.-
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 VkOffset3D(java.nio.ByteBuffer container)Creates aVkOffset3Dinstance at the current position of the specifiedByteBuffercontainer.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description static VkOffset3Dcalloc()Returns a newVkOffset3Dinstance allocated withmemCalloc.static VkOffset3D.Buffercalloc(int capacity)Returns a newVkOffset3D.Bufferinstance allocated withmemCalloc.static VkOffset3DcallocStack()Returns a newVkOffset3Dinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkOffset3D.BuffercallocStack(int capacity)Returns a newVkOffset3D.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.static VkOffset3D.BuffercallocStack(int capacity, MemoryStack stack)Returns a newVkOffset3D.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkOffset3DcallocStack(MemoryStack stack)Returns a newVkOffset3Dinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.static VkOffset3Dcreate()Returns a newVkOffset3Dinstance allocated withBufferUtils.static VkOffset3D.Buffercreate(int capacity)Returns a newVkOffset3D.Bufferinstance allocated withBufferUtils.static VkOffset3Dcreate(long address)static VkOffset3D.Buffercreate(long address, int capacity)Create aVkOffset3D.Bufferinstance at the specified memory.static VkOffset3Dmalloc()Returns a newVkOffset3Dinstance allocated withmemAlloc.static VkOffset3D.Buffermalloc(int capacity)Returns a newVkOffset3D.Bufferinstance allocated withmemAlloc.static VkOffset3DmallocStack()Returns a newVkOffset3Dinstance allocated on the thread-localMemoryStack.static VkOffset3D.BuffermallocStack(int capacity)Returns a newVkOffset3D.Bufferinstance allocated on the thread-localMemoryStack.static VkOffset3D.BuffermallocStack(int capacity, MemoryStack stack)Returns a newVkOffset3D.Bufferinstance allocated on the specifiedMemoryStack.static VkOffset3DmallocStack(MemoryStack stack)Returns a newVkOffset3Dinstance allocated on the specifiedMemoryStack.VkOffset3Dnset(long struct)Unsafe version ofset.VkOffset3Dset(int x, int y, int z)Initializes this struct with the specified values.VkOffset3Dset(VkOffset3D src)Copies the specified struct data to this struct.intsizeof()Returns thesizeof(struct).intx()Returns the value of thexfield.VkOffset3Dx(int value)Sets the specified value to thexfield.inty()Returns the value of theyfield.VkOffset3Dy(int value)Sets the specified value to theyfield.intz()Returns the value of thezfield.VkOffset3Dz(int value)Sets the specified value to thezfield.-
Methods inherited from class org.lwjgl.system.Pointer.Default
address, equals, hashCode, toString
-
Methods inherited from interface org.lwjgl.system.NativeResource
close
-
-
-
-
Constructor Detail
-
VkOffset3D
public VkOffset3D(java.nio.ByteBuffer container)
Creates aVkOffset3Dinstance 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).
-
x
public int x()
Returns the value of thexfield.
-
y
public int y()
Returns the value of theyfield.
-
z
public int z()
Returns the value of thezfield.
-
x
public VkOffset3D x(int value)
Sets the specified value to thexfield.
-
y
public VkOffset3D y(int value)
Sets the specified value to theyfield.
-
z
public VkOffset3D z(int value)
Sets the specified value to thezfield.
-
set
public VkOffset3D set(int x, int y, int z)
Initializes this struct with the specified values.
-
nset
public VkOffset3D nset(long struct)
Unsafe version ofset.
-
set
public VkOffset3D set(VkOffset3D src)
Copies the specified struct data to this struct.- Parameters:
src- the source struct- Returns:
- this struct
-
malloc
public static VkOffset3D malloc()
Returns a newVkOffset3Dinstance allocated withmemAlloc. The instance must be explicitly freed.
-
calloc
public static VkOffset3D calloc()
Returns a newVkOffset3Dinstance allocated withmemCalloc. The instance must be explicitly freed.
-
create
public static VkOffset3D create()
Returns a newVkOffset3Dinstance allocated withBufferUtils.
-
create
public static VkOffset3D create(long address)
-
malloc
public static VkOffset3D.Buffer malloc(int capacity)
Returns a newVkOffset3D.Bufferinstance allocated withmemAlloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
calloc
public static VkOffset3D.Buffer calloc(int capacity)
Returns a newVkOffset3D.Bufferinstance allocated withmemCalloc. The instance must be explicitly freed.- Parameters:
capacity- the buffer capacity
-
create
public static VkOffset3D.Buffer create(int capacity)
Returns a newVkOffset3D.Bufferinstance allocated withBufferUtils.- Parameters:
capacity- the buffer capacity
-
create
public static VkOffset3D.Buffer create(long address, int capacity)
Create aVkOffset3D.Bufferinstance at the specified memory.- Parameters:
address- the memory addresscapacity- the buffer capacity
-
mallocStack
public static VkOffset3D mallocStack()
Returns a newVkOffset3Dinstance allocated on the thread-localMemoryStack.
-
callocStack
public static VkOffset3D callocStack()
Returns a newVkOffset3Dinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.
-
mallocStack
public static VkOffset3D mallocStack(MemoryStack stack)
Returns a newVkOffset3Dinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocate
-
callocStack
public static VkOffset3D callocStack(MemoryStack stack)
Returns a newVkOffset3Dinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocate
-
mallocStack
public static VkOffset3D.Buffer mallocStack(int capacity)
Returns a newVkOffset3D.Bufferinstance allocated on the thread-localMemoryStack.- Parameters:
capacity- the buffer capacity
-
callocStack
public static VkOffset3D.Buffer callocStack(int capacity)
Returns a newVkOffset3D.Bufferinstance allocated on the thread-localMemoryStackand initializes all its bits to zero.- Parameters:
capacity- the buffer capacity
-
mallocStack
public static VkOffset3D.Buffer mallocStack(int capacity, MemoryStack stack)
Returns a newVkOffset3D.Bufferinstance allocated on the specifiedMemoryStack.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
callocStack
public static VkOffset3D.Buffer callocStack(int capacity, MemoryStack stack)
Returns a newVkOffset3D.Bufferinstance allocated on the specifiedMemoryStackand initializes all its bits to zero.- Parameters:
stack- the stack from which to allocatecapacity- the buffer capacity
-
-