Class XrRenderModelCapabilitiesRequestFB

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<XrRenderModelCapabilitiesRequestFB>
org.lwjgl.openxr.XrRenderModelCapabilitiesRequestFB
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class XrRenderModelCapabilitiesRequestFB extends org.lwjgl.system.Struct<XrRenderModelCapabilitiesRequestFB> implements org.lwjgl.system.NativeResource
A render model system property.
Description

XrRenderModelCapabilitiesRequestFB contains information about the render capabilities requested for a model. XrRenderModelCapabilitiesRequestFB must be set in the structure chain of the next pointer on the XrRenderModelPropertiesFB passed into the GetRenderModelPropertiesFB call. The flags on XrRenderModelCapabilitiesRequestFB represent an acknowledgement of being able to handle the individual model capability levels. If no XrRenderModelCapabilitiesRequestFB is on the structure chain then the runtime should treat it as if a value of RENDER_MODEL_SUPPORTS_GLTF_2_0_SUBSET_1_BIT_FB was set. If the runtime does not have a model available that matches any of the supports flags set, then it must return a RENDER_MODEL_UNAVAILABLE_FB result.

Valid Usage (Implicit)

Layout


 struct XrRenderModelCapabilitiesRequestFB {
     XrStructureType type();
     void * next();
     XrRenderModelFlagsFB flags();
 }