Class XrCompositionLayerDepthTestFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerDepthTestFB extends Struct<XrCompositionLayerDepthTestFB> implements NativeResource

 struct XrCompositionLayerDepthTestFB {
     XrStructureType type;
     void const * next;
     XrBool32 depthMask;
     XrCompareOpFB compareOp;
 }