CustomVertex.PositionNormalFixed 構造体とは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > CustomVertex.PositionNormalFixed 構造体の意味・解説 

CustomVertex.PositionNormalFixed 構造体

位置データ法線データ格納するカスタム頂点形式固定小数点構造体表します

名前空間: Microsoft.WindowsMobile.DirectX.Direct3D
アセンブリ: Microsoft.WindowsMobile.DirectX (microsoft.windowsmobile.directx.dll 内)
構文構文

Public Structure PositionNormalFixed
Dim instance As PositionNormalFixed
public struct PositionNormalFixed
public value class PositionNormalFixed
public final class PositionNormalFixed extends
 ValueType
JScript では、構造体使用できますが、新規に宣言することはできません。
解説解説
使用例使用例

CustomVertex.PositionNormalFixed 構造体使用する方法次のコード例示します

' This code example is taken from the
' Managed Direct3D Mobile Lights Tutorial Sample
' of the .NET Compact Framework Samples in the
' .NET Framework SDK.
' The .NET Compact Framework provides three
' fixed-point structures for custom vertex buffers:
' PositionNormalFixed, PostionOnlyFixed, and TransformedFixed.

vbPosNormalF = New VertexBuffer(GetType(CustomVertex.PositionNormalFixed),
 100, dev, Usage.WriteOnly, CustomVertex.PositionNormalFixed.Format, vertexBufferPool)
// This code example is taken from the
// Managed Direct3D Mobile Lights Tutorial Sample
// of the .NET Compact Framework Samples in the
// .NET Framework SDK.

// The .NET Compact Framework provides three
// fixed-point structures for custom vertex buffers:
// PositionNormalFixed, PostionOnlyFixed, and TransformedFixed.

    vbPosNormalF = new VertexBuffer(
        typeof(CustomVertex.PositionNormalFixed), 100, dev,
        Usage.WriteOnly, CustomVertex.PositionNormalFixed.Format,
        vertexBufferPool);
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
CustomVertex.PositionNormalFixed メンバ
Microsoft.WindowsMobile.DirectX.Direct3D 名前空間
その他の技術情報
Mobile Direct3D プログラミング



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「CustomVertex.PositionNormalFixed 構造体」の関連用語

CustomVertex.PositionNormalFixed 構造体のお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



CustomVertex.PositionNormalFixed 構造体のページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS