Class XrCompositionLayerProjectionView

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerProjectionView extends Struct<XrCompositionLayerProjectionView> implements NativeResource

 struct XrCompositionLayerProjectionView {
     XrStructureType type;
     void const * next;
     XrPosef pose;
     XrFovf fov;
     XrSwapchainSubImage subImage;
 }