Package org.robovm.apple.metal
Class MTLAccelerationStructureSizes
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MTLAccelerationStructureSizes>
org.robovm.apple.metal.MTLAccelerationStructureSizes
- All Implemented Interfaces:
Iterable<MTLAccelerationStructureSizes>
public class MTLAccelerationStructureSizes extends Struct<MTLAccelerationStructureSizes>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMTLAccelerationStructureSizes.MTLAccelerationStructureSizesPtr -
Constructor Summary
Constructors Constructor Description MTLAccelerationStructureSizes()MTLAccelerationStructureSizes(long accelerationStructureSize, long buildScratchBufferSize, long refitScratchBufferSize) -
Method Summary
Modifier and Type Method Description longgetAccelerationStructureSize()longgetBuildScratchBufferSize()longgetRefitScratchBufferSize()MTLAccelerationStructureSizessetAccelerationStructureSize(long accelerationStructureSize)MTLAccelerationStructureSizessetBuildScratchBufferSize(long buildScratchBufferSize)MTLAccelerationStructureSizessetRefitScratchBufferSize(long refitScratchBufferSize)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
MTLAccelerationStructureSizes
public MTLAccelerationStructureSizes() -
MTLAccelerationStructureSizes
public MTLAccelerationStructureSizes(long accelerationStructureSize, long buildScratchBufferSize, long refitScratchBufferSize)
-
-
Method Details
-
getAccelerationStructureSize
public long getAccelerationStructureSize() -
setAccelerationStructureSize
-
getBuildScratchBufferSize
public long getBuildScratchBufferSize() -
setBuildScratchBufferSize
-
getRefitScratchBufferSize
public long getRefitScratchBufferSize() -
setRefitScratchBufferSize
-