Package org.lwjgl.vulkan
Class VkSampleLocationEXT
- java.lang.Object
-
- org.lwjgl.system.Pointer.Default
-
- org.lwjgl.system.Struct
-
- org.lwjgl.vulkan.VkSampleLocationEXT
-
- All Implemented Interfaces:
java.lang.AutoCloseable
,org.lwjgl.system.NativeResource
,org.lwjgl.system.Pointer
public class VkSampleLocationEXT extends org.lwjgl.system.Struct implements org.lwjgl.system.NativeResource
Structure specifying the coordinates of a sample location.Description
The domain space of the sample location coordinates has an upper-left origin within the pixel in framebuffer space.
The values specified in a
VkSampleLocationEXT
structure are always clamped to the implementation-dependent sample location coordinate range[sampleLocationCoordinateRange[0],sampleLocationCoordinateRange[1]]
that can be queried by chaining theVkPhysicalDeviceSampleLocationsPropertiesEXT
structure to thepNext
chain ofVkPhysicalDeviceProperties2
.See Also
Member documentation
x
– the horizontal coordinate of the sample’s location.y
– the vertical coordinate of the sample’s location.
Layout
struct VkSampleLocationEXT { float x; float y; }
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VkSampleLocationEXT.Buffer
An array ofVkSampleLocationEXT
structs.
-
Constructor Summary
Constructors Constructor Description VkSampleLocationEXT(java.nio.ByteBuffer container)
Creates aVkSampleLocationEXT
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 VkSampleLocationEXT
calloc()
Returns a newVkSampleLocationEXT
instance allocated withmemCalloc
.static VkSampleLocationEXT.Buffer
calloc(int capacity)
Returns a newVkSampleLocationEXT.Buffer
instance allocated withmemCalloc
.static VkSampleLocationEXT
callocStack()
Returns a newVkSampleLocationEXT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkSampleLocationEXT.Buffer
callocStack(int capacity)
Returns a newVkSampleLocationEXT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.static VkSampleLocationEXT.Buffer
callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkSampleLocationEXT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkSampleLocationEXT
callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkSampleLocationEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.static VkSampleLocationEXT
create()
Returns a newVkSampleLocationEXT
instance allocated withBufferUtils
.static VkSampleLocationEXT.Buffer
create(int capacity)
Returns a newVkSampleLocationEXT.Buffer
instance allocated withBufferUtils
.static VkSampleLocationEXT
create(long address)
Returns a newVkSampleLocationEXT
instance for the specified memory address.static VkSampleLocationEXT.Buffer
create(long address, int capacity)
Create aVkSampleLocationEXT.Buffer
instance at the specified memory.static VkSampleLocationEXT
createSafe(long address)
static VkSampleLocationEXT.Buffer
createSafe(long address, int capacity)
static VkSampleLocationEXT
malloc()
Returns a newVkSampleLocationEXT
instance allocated withmemAlloc
.static VkSampleLocationEXT.Buffer
malloc(int capacity)
Returns a newVkSampleLocationEXT.Buffer
instance allocated withmemAlloc
.static VkSampleLocationEXT
mallocStack()
Returns a newVkSampleLocationEXT
instance allocated on the thread-localMemoryStack
.static VkSampleLocationEXT.Buffer
mallocStack(int capacity)
Returns a newVkSampleLocationEXT.Buffer
instance allocated on the thread-localMemoryStack
.static VkSampleLocationEXT.Buffer
mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkSampleLocationEXT.Buffer
instance allocated on the specifiedMemoryStack
.static VkSampleLocationEXT
mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkSampleLocationEXT
instance allocated on the specifiedMemoryStack
.static float
nx(long struct)
Unsafe version ofx()
.static void
nx(long struct, float value)
Unsafe version ofx
.static float
ny(long struct)
Unsafe version ofy()
.static void
ny(long struct, float value)
Unsafe version ofy
.VkSampleLocationEXT
set(float x, float y)
Initializes this struct with the specified values.VkSampleLocationEXT
set(VkSampleLocationEXT src)
Copies the specified struct data to this struct.int
sizeof()
float
x()
Returns the value of thex
field.VkSampleLocationEXT
x(float value)
Sets the specified value to thex
field.float
y()
Returns the value of they
field.VkSampleLocationEXT
y(float value)
Sets the specified value to they
field.
-
-
-
Constructor Detail
-
VkSampleLocationEXT
public VkSampleLocationEXT(java.nio.ByteBuffer container)
Creates aVkSampleLocationEXT
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
-
sizeof
public int sizeof()
- Specified by:
sizeof
in classorg.lwjgl.system.Struct
-
x
public float x()
Returns the value of thex
field.
-
y
public float y()
Returns the value of they
field.
-
x
public VkSampleLocationEXT x(float value)
Sets the specified value to thex
field.
-
y
public VkSampleLocationEXT y(float value)
Sets the specified value to they
field.
-
set
public VkSampleLocationEXT set(float x, float y)
Initializes this struct with the specified values.
-
set
public VkSampleLocationEXT set(VkSampleLocationEXT src)
Copies the specified struct data to this struct.- Parameters:
src
- the source struct- Returns:
- this struct
-
malloc
public static VkSampleLocationEXT malloc()
Returns a newVkSampleLocationEXT
instance allocated withmemAlloc
. The instance must be explicitly freed.
-
calloc
public static VkSampleLocationEXT calloc()
Returns a newVkSampleLocationEXT
instance allocated withmemCalloc
. The instance must be explicitly freed.
-
create
public static VkSampleLocationEXT create()
Returns a newVkSampleLocationEXT
instance allocated withBufferUtils
.
-
create
public static VkSampleLocationEXT create(long address)
Returns a newVkSampleLocationEXT
instance for the specified memory address.
-
createSafe
@Nullable public static VkSampleLocationEXT createSafe(long address)
-
malloc
public static VkSampleLocationEXT.Buffer malloc(int capacity)
Returns a newVkSampleLocationEXT.Buffer
instance allocated withmemAlloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
calloc
public static VkSampleLocationEXT.Buffer calloc(int capacity)
Returns a newVkSampleLocationEXT.Buffer
instance allocated withmemCalloc
. The instance must be explicitly freed.- Parameters:
capacity
- the buffer capacity
-
create
public static VkSampleLocationEXT.Buffer create(int capacity)
Returns a newVkSampleLocationEXT.Buffer
instance allocated withBufferUtils
.- Parameters:
capacity
- the buffer capacity
-
create
public static VkSampleLocationEXT.Buffer create(long address, int capacity)
Create aVkSampleLocationEXT.Buffer
instance at the specified memory.- Parameters:
address
- the memory addresscapacity
- the buffer capacity
-
createSafe
@Nullable public static VkSampleLocationEXT.Buffer createSafe(long address, int capacity)
-
mallocStack
public static VkSampleLocationEXT mallocStack()
Returns a newVkSampleLocationEXT
instance allocated on the thread-localMemoryStack
.
-
callocStack
public static VkSampleLocationEXT callocStack()
Returns a newVkSampleLocationEXT
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.
-
mallocStack
public static VkSampleLocationEXT mallocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkSampleLocationEXT
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocate
-
callocStack
public static VkSampleLocationEXT callocStack(org.lwjgl.system.MemoryStack stack)
Returns a newVkSampleLocationEXT
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocate
-
mallocStack
public static VkSampleLocationEXT.Buffer mallocStack(int capacity)
Returns a newVkSampleLocationEXT.Buffer
instance allocated on the thread-localMemoryStack
.- Parameters:
capacity
- the buffer capacity
-
callocStack
public static VkSampleLocationEXT.Buffer callocStack(int capacity)
Returns a newVkSampleLocationEXT.Buffer
instance allocated on the thread-localMemoryStack
and initializes all its bits to zero.- Parameters:
capacity
- the buffer capacity
-
mallocStack
public static VkSampleLocationEXT.Buffer mallocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkSampleLocationEXT.Buffer
instance allocated on the specifiedMemoryStack
.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
callocStack
public static VkSampleLocationEXT.Buffer callocStack(int capacity, org.lwjgl.system.MemoryStack stack)
Returns a newVkSampleLocationEXT.Buffer
instance allocated on the specifiedMemoryStack
and initializes all its bits to zero.- Parameters:
stack
- the stack from which to allocatecapacity
- the buffer capacity
-
nx
public static float nx(long struct)
Unsafe version ofx()
.
-
ny
public static float ny(long struct)
Unsafe version ofy()
.
-
nx
public static void nx(long struct, float value)
Unsafe version ofx
.
-
ny
public static void ny(long struct, float value)
Unsafe version ofy
.
-
-