Class XrSystemPassthroughCameraStatePropertiesANDROID

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSystemPassthroughCameraStatePropertiesANDROID extends Struct<XrSystemPassthroughCameraStatePropertiesANDROID> implements NativeResource

 struct XrSystemPassthroughCameraStatePropertiesANDROID {
     XrStructureType type;
     void * next;
     XrBool32 supportsPassthroughCameraState;
 }