#[repr(C)]pub struct IUnityGraphicsD3D12v8 {Show 15 fields
pub GetDevice: Option<unsafe extern "system" fn() -> *mut ID3D12Device>,
pub GetSwapChain: Option<unsafe extern "system" fn() -> *mut IDXGISwapChain>,
pub GetSyncInterval: Option<unsafe extern "system" fn() -> u32>,
pub GetPresentFlags: Option<unsafe extern "system" fn() -> u32>,
pub GetFrameFence: Option<unsafe extern "system" fn() -> *mut ID3D12Fence>,
pub GetNextFrameFenceValue: Option<unsafe extern "system" fn() -> UINT64>,
pub ExecuteCommandList: Option<unsafe extern "system" fn(commandList: *mut ID3D12GraphicsCommandList, stateCount: c_int, states: *mut UnityGraphicsD3D12ResourceState) -> UINT64>,
pub SetPhysicalVideoMemoryControlValues: Option<unsafe extern "system" fn(memInfo: *const UnityGraphicsD3D12PhysicalVideoMemoryControlValues)>,
pub GetCommandQueue: Option<unsafe extern "system" fn() -> *mut ID3D12CommandQueue>,
pub TextureFromRenderBuffer: Option<unsafe extern "system" fn(rb: UnityRenderBuffer) -> *mut ID3D12Resource>,
pub TextureFromNativeTexture: Option<unsafe extern "system" fn(texture: UnityTextureID) -> *mut ID3D12Resource>,
pub ConfigureEvent: Option<unsafe extern "system" fn(eventID: c_int, pluginEventConfig: *const UnityD3D12PluginEventConfig)>,
pub CommandRecordingState: Option<unsafe extern "system" fn(outCommandRecordingState: *mut UnityGraphicsD3D12RecordingState) -> bool>,
pub RequestResourceState: Option<unsafe extern "system" fn(resource: *mut ID3D12Resource, state: D3D12_RESOURCE_STATES)>,
pub NotifyResourceState: Option<unsafe extern "system" fn(resource: *mut ID3D12Resource, state: D3D12_RESOURCE_STATES, UAVAccess: bool)>,
}
Fields§
§GetDevice: Option<unsafe extern "system" fn() -> *mut ID3D12Device>
§GetSwapChain: Option<unsafe extern "system" fn() -> *mut IDXGISwapChain>
§GetSyncInterval: Option<unsafe extern "system" fn() -> u32>
§GetPresentFlags: Option<unsafe extern "system" fn() -> u32>
§GetFrameFence: Option<unsafe extern "system" fn() -> *mut ID3D12Fence>
§GetNextFrameFenceValue: Option<unsafe extern "system" fn() -> UINT64>
§ExecuteCommandList: Option<unsafe extern "system" fn(commandList: *mut ID3D12GraphicsCommandList, stateCount: c_int, states: *mut UnityGraphicsD3D12ResourceState) -> UINT64>
§SetPhysicalVideoMemoryControlValues: Option<unsafe extern "system" fn(memInfo: *const UnityGraphicsD3D12PhysicalVideoMemoryControlValues)>
§GetCommandQueue: Option<unsafe extern "system" fn() -> *mut ID3D12CommandQueue>
§TextureFromRenderBuffer: Option<unsafe extern "system" fn(rb: UnityRenderBuffer) -> *mut ID3D12Resource>
§TextureFromNativeTexture: Option<unsafe extern "system" fn(texture: UnityTextureID) -> *mut ID3D12Resource>
§ConfigureEvent: Option<unsafe extern "system" fn(eventID: c_int, pluginEventConfig: *const UnityD3D12PluginEventConfig)>
§CommandRecordingState: Option<unsafe extern "system" fn(outCommandRecordingState: *mut UnityGraphicsD3D12RecordingState) -> bool>
§RequestResourceState: Option<unsafe extern "system" fn(resource: *mut ID3D12Resource, state: D3D12_RESOURCE_STATES)>
§NotifyResourceState: Option<unsafe extern "system" fn(resource: *mut ID3D12Resource, state: D3D12_RESOURCE_STATES, UAVAccess: bool)>
Trait Implementations§
Source§impl Clone for IUnityGraphicsD3D12v8
impl Clone for IUnityGraphicsD3D12v8
Source§fn clone(&self) -> IUnityGraphicsD3D12v8
fn clone(&self) -> IUnityGraphicsD3D12v8
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Default for IUnityGraphicsD3D12v8
impl Default for IUnityGraphicsD3D12v8
Source§fn default() -> IUnityGraphicsD3D12v8
fn default() -> IUnityGraphicsD3D12v8
Returns the “default value” for a type. Read more
impl Copy for IUnityGraphicsD3D12v8
Auto Trait Implementations§
impl Freeze for IUnityGraphicsD3D12v8
impl RefUnwindSafe for IUnityGraphicsD3D12v8
impl Send for IUnityGraphicsD3D12v8
impl Sync for IUnityGraphicsD3D12v8
impl Unpin for IUnityGraphicsD3D12v8
impl UnwindSafe for IUnityGraphicsD3D12v8
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more